Skip to content

Commit 9cac4ec

Browse files
authored
feat: add three new quote states introduced by Mastodon v4.5.0 (#1374)
ref. Quote - Mastodon documentation - https://docs.joinmastodon.org/entities/Quote/
1 parent 8dc80e4 commit 9cac4ec

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/mastodon/entities/v1/quote.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ export interface QuoteStateRegistry {
77
revoked: never;
88
deleted: never;
99
unauthorized: never;
10+
blocked_account: never;
11+
blocked_domain: never;
12+
muted_account: never;
1013
}
1114

1215
export type QuoteState = keyof QuoteStateRegistry;

0 commit comments

Comments
 (0)