mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-23 18:04:11 +02:00
feat: 通知の受信設定を強化
This commit is contained in:
@@ -28,7 +28,7 @@ export type Column = {
|
||||
listId?: string;
|
||||
channelId?: string;
|
||||
roleId?: string;
|
||||
includingTypes?: typeof notificationTypes[number][];
|
||||
excludeTypes?: typeof notificationTypes[number][];
|
||||
tl?: 'home' | 'local' | 'social' | 'global';
|
||||
withRenotes?: boolean;
|
||||
withReplies?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user