app.standard-reader.graph.mute

standard-reader.app

{
  "id": "app.standard-reader.graph.mute",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "type": "string",
            "maxLength": 2048,
            "description": "The muted subject: a user DID (did:...) or the AT-URI of a site.standard.publication record (at://...)."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the reader muted the subject."
          }
        }
      },
      "description": "Mutes a subject for this reader: either a user (a DID) or a publication (the AT-URI of its site.standard.publication record). Presence of the record means muted; deleting it unmutes. The rkey is derived from the subject so each subject maps to a single record. Muted subjects are hidden from the reader's feeds and discovery surfaces, but direct navigation still works and subscriptions are untouched."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.standard-reader.graph.mute

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:f4os2wz5fjl56xpwcvtnqu7m
CID
bafyreifbfmn7gv4k4o3hcb2xciqdasueb7rdgjdgzydjf52teaeg4pzl2e
Indexed At
2026-08-15 22:29 UTC
AT-URI
at://did:plc:f4os2wz5fjl56xpwcvtnqu7m/com.atproto.lexicon.schema/app.standard-reader.graph.mute

Lexicon Garden

@