feat: Add renote home only button
This commit is contained in:
@ -66,6 +66,15 @@ export default defineComponent({
|
||||
renoteId: props.note.id
|
||||
});
|
||||
}
|
||||
},{
|
||||
text: i18n.ts.renoteHomeOnly,
|
||||
icon: 'fas fa-unlock',
|
||||
action: () => {
|
||||
os.api('notes/create', {
|
||||
renoteId: props.note.id,
|
||||
visibility: 'home'
|
||||
});
|
||||
}
|
||||
},{
|
||||
text: i18n.ts.renoteFollowersOnly,
|
||||
icon: 'fas fa-unlock',
|
||||
|
Reference in New Issue
Block a user