support.supper.feed.cheer

supper.support

Documentation

A public Supper Cheers reaction. The repository owner is the reacting actor. Consumers count at most one reaction per actor and subject URI, across subject revisions. A Supper post and its distribution share use the same canonical post subject. Never publish member-only reactions in a public repository.

main record

A public Supper Cheers reaction. The repository owner is the reacting actor. Consumers count at most one reaction per actor and subject URI, across subject revisions. A Supper post and its distribution share use the same canonical post subject. Never publish member-only reactions in a public repository.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

subject ref com.atproto.repo.strongRef Required

The canonical public post or comment URI and its revision when cheered. Supported subjects are site.standard.document, support.supper.feed.post, support.supper.comment, app.bsky.feed.post, support.supper.poll.poll and fm.plyr.track. Counts remain attached to the URI after edits.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "The canonical public post or comment URI and its revision when cheered. Supported subjects are site.standard.document, support.supper.feed.post, support.supper.comment, app.bsky.feed.post, support.supper.poll.poll and fm.plyr.track. Counts remain attached to the URI after edits."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A public Supper Cheers reaction. The repository owner is the reacting actor. Consumers count at most one reaction per actor and subject URI, across subject revisions. A Supper post and its distribution share use the same canonical post subject. Never publish member-only reactions in a public repository."
}

Lexicon Garden

@