Feat: 複数ノートの通報機能
This commit is contained in:
parent
4c135a5ca1
commit
6849d510ac
10 changed files with 197 additions and 69 deletions
|
|
@ -102,7 +102,7 @@ export function getAbuseNoteMenu(note: misskey.entities.Note, text: string): Men
|
|||
const u = note.url ?? note.uri ?? `${url}/notes/${note.id}`;
|
||||
os.popup(defineAsyncComponent(() => import('@/components/MkAbuseReportWindow.vue')), {
|
||||
user: note.user,
|
||||
initialComment: `Note: ${u}\n-----\n`,
|
||||
initialNoteId: note.id,
|
||||
}, {}, 'closed');
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue