Our Personal Data Server from scratch! tranquil.farm
oauth atproto pds rust postgresql objectstorage fun

fix(sync): dont sequence sync events on *every* repo update

nel.pet e2f26c25 4e277eb7

verified
-4
-4
crates/tranquil-pds/src/api/repo/record/utils.rs
··· 380 380 ApplyCommitError::Database(msg) => CommitError::DatabaseError(msg), 381 381 })?; 382 382 383 - if result.is_account_active { 384 - let _ = sequence_sync_event(state, did, &new_root_cid.to_string(), Some(&rev_str)).await; 385 - } 386 - 387 383 Ok(CommitResult { 388 384 commit_cid: new_root_cid, 389 385 rev: rev_str,