tangled
alpha
login
or
join now
tranquil.farm
/
tranquil-pds
149
fork
atom
Our Personal Data Server from scratch!
tranquil.farm
oauth
atproto
pds
rust
postgresql
objectstorage
fun
149
fork
atom
overview
issues
19
pulls
2
pipelines
fix(sync): dont sequence sync events on *every* repo update
nel.pet
1 week ago
e2f26c25
4e277eb7
verified
This commit was signed with the committer's
known signature
.
nel.pet
SSH Key Fingerprint:
SHA256:Zd+mWw4EweOfjYKNMYyVtMSN7oj+SBabmubG4RThVEI=
-4
1 changed file
expand all
collapse all
unified
split
crates
tranquil-pds
src
api
repo
record
utils.rs
-4
crates/tranquil-pds/src/api/repo/record/utils.rs
···
380
380
ApplyCommitError::Database(msg) => CommitError::DatabaseError(msg),
381
381
})?;
382
382
383
383
-
if result.is_account_active {
384
384
-
let _ = sequence_sync_event(state, did, &new_root_cid.to_string(), Some(&rev_str)).await;
385
385
-
}
386
386
-
387
383
Ok(CommitResult {
388
384
commit_cid: new_root_cid,
389
385
rev: rev_str,