enhance: タイムラインからRenoteを除外するオプションを追加
This commit is contained in:
@@ -30,6 +30,8 @@ export type Column = {
|
||||
roleId?: string;
|
||||
includingTypes?: typeof notificationTypes[number][];
|
||||
tl?: 'home' | 'local' | 'social' | 'global';
|
||||
withRenotes?: boolean;
|
||||
withReplies?: boolean;
|
||||
};
|
||||
|
||||
export const deckStore = markRaw(new Storage('deck', {
|
||||
|
Reference in New Issue
Block a user