Skip to content

Commit 7b0451a

Browse files
authored
Merge pull request #143 from eurosky-social/fix/atproto-camelcase-serialization
fix: Add missing prevData camelCase serialization for ATProto spec co…
2 parents ddc248e + b3f9e9a commit 7b0451a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rsky-pds/src/sequencer/events.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ pub struct CommitEvt {
5454
pub blocks: Vec<u8>,
5555
pub ops: Vec<CommitEvtOp>,
5656
pub blobs: Vec<Cid>,
57+
#[serde(rename = "prevData")]
5758
pub prev_data: Option<Cid>,
5859
}
5960

0 commit comments

Comments
 (0)