Skip to content

Commit b2fd141

Browse files
committed
feat: Support Mastodon v4.2.9
1 parent 39a264c commit b2fd141

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mastodon/entities/v1/admin/domain-block.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ export interface DomainBlock {
1919
publicComment?: string | null;
2020
/** The obfuscate of the domain block. */
2121
obfuscate: boolean;
22+
/** SHA256 of the domain. https://github.com/mastodon/mastodon/pull/29092 */
23+
digest: string;
2224
}

0 commit comments

Comments
 (0)