enhance(sensitive-flag):センシティブフラグの機能の強化 (MisskeyIO#936)
This commit is contained in:
parent
7a94724098
commit
abdaa18666
18 changed files with 197 additions and 20 deletions
|
@ -93,6 +93,11 @@ export type MiNotification = {
|
|||
id: string;
|
||||
createdAt: string;
|
||||
draftId: MiScheduledNote['id'];
|
||||
} | {
|
||||
type: 'sensitiveFlagAssigned'
|
||||
id: string;
|
||||
fileId: string;
|
||||
createdAt: string;
|
||||
} | {
|
||||
type: 'app';
|
||||
id: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue