tech.waow.doodl.moderation

waow.tech

Documentation

doodl's operator moderation list (singleton 'self', on the doodl operator account). Drawings whose AT-URI is listed in `hidden` are dropped from doodl's explore, share pages, and remix surfaces by every doodl client. This cannot remove the record from the author's PDS — it only tells doodl to stop surfacing it.

main record

doodl's operator moderation list (singleton 'self', on the doodl operator account). Drawings whose AT-URI is listed in `hidden` are dropped from doodl's explore, share pages, and remix surfaces by every doodl client. This cannot remove the record from the author's PDS — it only tells doodl to stop surfacing it.

Record Key literal:self Fixed literal value

Properties

hidden array of object Required

Drawings to hide.

updatedAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "hidden",
      "updatedAt"
    ],
    "properties": {
      "hidden": {
        "type": "array",
        "items": {
          "type": "object",
          "required": [
            "uri"
          ],
          "properties": {
            "at": {
              "type": "string",
              "format": "datetime",
              "description": "Optional time it was hidden."
            },
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT-URI of the drawing to hide (at://<did>/tech.waow.doodl.drawing/<rkey>)."
            },
            "reason": {
              "type": "string",
              "maxLength": 1000,
              "description": "Optional internal note on why it was hidden."
            }
          }
        },
        "description": "Drawings to hide."
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "doodl's operator moderation list (singleton 'self', on the doodl operator account). Drawings whose AT-URI is listed in `hidden` are dropped from doodl's explore, share pages, and remix surfaces by every doodl client. This cannot remove the record from the author's PDS — it only tells doodl to stop surfacing it."
}

Lexicon Garden

@