social.colibri.beta.channel.putReadCursors

colibri.social

{
  "id": "social.colibri.beta.channel.putReadCursors",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "community",
            "cursors"
          ],
          "properties": {
            "cursors": {
              "type": "array",
              "items": {
                "ref": "social.colibri.beta.channel.read#cursor",
                "type": "ref"
              },
              "description": "The complete, replacement set of read cursors for the community's channels."
            },
            "community": {
              "type": "string",
              "format": "did",
              "description": "The community the cursors belong to."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthRequired",
          "description": "The request has no valid service auth."
        },
        {
          "name": "CommunityNotFound",
          "description": "No community matches the given DID."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "statuses"
          ],
          "properties": {
            "statuses": {
              "type": "array",
              "items": {
                "ref": "social.colibri.beta.channel.defs#unreadStatus",
                "type": "ref"
              },
              "description": "Unread state per channel, after the update."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Pushes the requesting user's read cursors for one community to the AppView, so unread counts update immediately instead of waiting for a sync notification. The client writes its social.colibri.beta.channel.read record for the community to its own personal space first, then calls this. Clients should debounce this rather than calling it on every message."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.channel.putReadCursors

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreicgoq3vlwwcoia56fhmorfyc4h7ilyqabay7wdhruq6ssybbpkifu
Indexed At
2026-08-23 12:32 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.channel.putReadCursors

Referenced Schemas (2)

Lexicon Garden

@