Mute an author to hide their content from feeds
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subjectDid",
"createdAt"
],
"properties": {
"createdAt": {
"type": "string",
"format": "datetime"
},
"subjectDid": {
"type": "string",
"format": "did",
"description": "DID of the muted author"
},
"schemaRevision": {
"type": "integer",
"minimum": 1,
"description": "Schema revision this record was created with. Absent means revision 1."
}
}
},
"description": "Mute an author to hide their content from feeds"
}