social.colibri.beta.actor.mute

colibri.social

Documentation

A muted subject. One record per mute, so unmuting is a delete rather than a rewrite of a list.

main record

A muted subject. One record per mute, so unmuting is a delete rather than a rewrite of a list.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

When the mute was created.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "refs": [
          "social.colibri.beta.actor.defs#mutedActor",
          "social.colibri.beta.actor.defs#mutedChannel"
        ],
        "type": "union",
        "closed": true,
        "description": "What is muted. A user or a community is named by DID, a channel by its space."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the mute was created."
      }
    }
  },
  "description": "A muted subject. One record per mute, so unmuting is a delete rather than a rewrite of a list."
}

Lexicon Garden

@