We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a264c commit b2fd141Copy full SHA for b2fd141
1 file changed
src/mastodon/entities/v1/admin/domain-block.ts
@@ -19,4 +19,6 @@ export interface DomainBlock {
19
publicComment?: string | null;
20
/** The obfuscate of the domain block. */
21
obfuscate: boolean;
22
+ /** SHA256 of the domain. https://github.com/mastodon/mastodon/pull/29092 */
23
+ digest: string;
24
}
0 commit comments