This commit is contained in:
anatawa12 2025-04-13 20:28:28 +09:00
parent 0ca40387c7
commit 5b1da18e3c
No known key found for this signature in database
GPG Key ID: 9CA909848B8E4EA6
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ type TimelineOptions = {
alwaysIncludeMyNotes?: boolean; alwaysIncludeMyNotes?: boolean;
ignoreAuthorFromBlock?: boolean; ignoreAuthorFromBlock?: boolean;
ignoreAuthorFromMute?: boolean; ignoreAuthorFromMute?: boolean;
ignoreAuthorFromInstanceBlock: boolean; ignoreAuthorFromInstanceBlock?: boolean;
excludeNoFiles?: boolean; excludeNoFiles?: boolean;
excludeReplies?: boolean; excludeReplies?: boolean;
excludePureRenotes: boolean; excludePureRenotes: boolean;