chat.yakka.readMarker

yakka.chat

{
  "id": "chat.yakka.readMarker",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "space",
          "lastSeen",
          "updatedAt"
        ],
        "properties": {
          "space": {
            "type": "string",
            "format": "at-uri",
            "description": "The space this marker is for. Also the record key, so a marker is upserted rather than accumulated."
          },
          "lastSeen": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The last message the viewer has seen, by URI. Deliberately NOT yakka.chat's view sequence: that number is service-local and meaningless to another view (ADR 0012), so the portable form references the message and every app derives its own position. yakka.chat caches the derived sequence for unread math; this record stays the truth."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "How far the viewer has read in one space. Lives in the viewer's own chat.yakka.settings space, authority=self (ADR 0017), so read state follows the person across devices and into third-party clients."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against chat.yakka.readMarker

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:wpjoy2orkqq5m65vq7gg7liz
CID
bafyreiceotam2hbzicmfojdnkdkf4cnkwlv7c3wzfnrkq6mp4anuk2yz5u
Indexed At
2026-08-29 15:21 UTC
AT-URI
at://did:plc:wpjoy2orkqq5m65vq7gg7liz/com.atproto.lexicon.schema/chat.yakka.readMarker

Lexicon Garden

@