Conversations

thread order instability is first visible here

Conversation Model

  • Name
    id
    Type
    string
    Description

    Stable identifier for a thread.

  • Name
    state
    Type
    enum
    Description

    stable, partial, or unverified.

  • Name
    last_seen_at
    Type
    timestamp
    Description

    Last successful pull from this thread.

  • Name
    drift_score
    Type
    number
    Description

    Sequence deviation observed in this thread.

  • Name
    intercepted
    Type
    boolean
    Description

    Whether traffic for this thread was observed through an external relay.

Stream Pull

curl -G https://api.meme.repair/v1/conversations \
  -H "Authorization: Bearer {token}" \
  -d limit=10 \
  -d source=external \
  -d mode=timeline
{
  "has_more": true,
  "status": "partial",
  "data": [
    { "id": "xgQQXg3hrtjh7AvZ", "state": "stable", "drift_score": 0.02, "intercepted": false },
    { "id": "s4WycXedwhQrEFuM", "state": "partial", "drift_score": 0.19, "intercepted": true }
  ]
}

Anomalies

[corruption_log]

- thread order shifted without new messages
- duplicate timestamp cluster near offset 144
- archived flag toggled across mirrors