Subscribe Repos Sync
data class SubscribeReposSync(val seq: Long, val did: Did, val blocks: ByteArray, val rev: String, val time: Timestamp)
Updates the repo to a new state, without necessarily including that state on the firehose. Used to recover from broken commit streams, data loss incidents, or in situations where upstream host does not know recent state of the repository.
Parameters
seq
The stream sequence number of this message.
did
The account this repo event corresponds to. Must match that in the commit object.
blocks
CAR file containing the commit, as a block. The CAR header must include the commit block CID as the first 'root'.
rev
The rev of the commit. This value must match that in the commit object.
time
Timestamp of when this message was originally broadcast.