app.gainforest.feed.repost

gainforest.earth

Documentation

Record representing a 'repost' (reshare) of existing subject content. A faithful port of app.bsky.feed.repost into the app.gainforest.feed namespace. `subject` is a com.atproto.repo.strongRef (uri + cid), so a reshare can target any record in the GainForest commons — an observation, project, cert, organization, donation, post, or comment — and the GainForest appview decides which subject types to aggregate and resurface in timelines. Undo reshare = delete this record.

main record

Record representing a 'repost' (reshare) of existing subject content. A faithful port of app.bsky.feed.repost into the app.gainforest.feed namespace. `subject` is a com.atproto.repo.strongRef (uri + cid), so a reshare can target any record in the GainForest commons — an observation, project, cert, organization, donation, post, or comment — and the GainForest appview decides which subject types to aggregate and resurface in timelines. Undo reshare = delete this record.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

via ref com.atproto.repo.strongRef Optional

A reference to the repost (or other surfacing record) through which the actor encountered the subject.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "via": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "A reference to the repost (or other surfacing record) through which the actor encountered the subject."
      },
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Record representing a 'repost' (reshare) of existing subject content. A faithful port of app.bsky.feed.repost into the app.gainforest.feed namespace. `subject` is a com.atproto.repo.strongRef (uri + cid), so a reshare can target any record in the GainForest commons — an observation, project, cert, organization, donation, post, or comment — and the GainForest appview decides which subject types to aggregate and resurface in timelines. Undo reshare = delete this record."
}

Lexicon Garden

@