enhance: タイムラインからRenoteを除外するオプションを追加
This commit is contained in:
parent
eb740e2c72
commit
772d2432b6
6 changed files with 78 additions and 2 deletions
|
|
@ -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', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue