enhance(frontend): タイムラインでファイルが添付されたノートのみ表示するオプションを追加

This commit is contained in:
syuilo
2023-09-29 16:56:17 +09:00
parent d92e2b6ae0
commit e5c339b86a
7 changed files with 31 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ export type Column = {
tl?: 'home' | 'local' | 'social' | 'global';
withRenotes?: boolean;
withReplies?: boolean;
onlyFiles?: boolean;
};
export const deckStore = markRaw(new Storage('deck', {