{
"id": "social.colibri.actor.listMutes",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"mutes"
],
"properties": {
"mutes": {
"type": "array",
"items": {
"ref": "lex:social.colibri.actor.listMutes#mute",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"description": "Lists the subjects the authenticated user has muted."
},
"mute": {
"type": "object",
"required": [
"uri",
"subject"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the mute record."
},
"subject": {
"type": "string",
"description": "The muted subject (a DID)."
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:mprdjqjluoswa7awzggaggj3
- CID
-
bafyreie4plw667hjg7meourwrjaut3ypdhsycvzsajdkl3esgbje3n6tfq
- Indexed At
- 2026-07-24 14:44 UTC
- AT-URI
-
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.actor.listMutes
Version History (2 versions)
Referenced Schemas (1)
-
lex:social.colibri.actor.listMutes#mute