Skip to content

Commit

Permalink
feat: Support Mastodon v4.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed May 30, 2024
1 parent 39a264c commit b2fd141
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mastodon/entities/v1/admin/domain-block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ export interface DomainBlock {
publicComment?: string | null;
/** The obfuscate of the domain block. */
obfuscate: boolean;
/** SHA256 of the domain. https://github.com/mastodon/mastodon/pull/29092 */
digest: string;
}

0 comments on commit b2fd141

Please sign in to comment.