Merge remote-tracking branch 'origin/Ncat' into Ncat

This commit is contained in:
nullnyat
2022-02-07 09:07:28 +09:00
3 changed files with 12 additions and 1 deletions

View File

@ -66,7 +66,16 @@ export default defineComponent({
renoteId: props.note.id
});
}
}, {
},{
text: i18n.ts.renoteFollowersOnly,
icon: 'fas fa-unlock',
action: () => {
os.api('notes/create', {
renoteId: props.note.id,
visibility: 'followers'
});
}
},{
text: i18n.ts.quote,
icon: 'fas fa-quote-right',
action: () => {