Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
75
fork

Configure Feed

Select the types of activity you want to include in your feed.

clearer match order for events

phil 583869e1 8ebe6d79

+1 -1
+1 -1
ufos/src/consumer.rs
··· 77 77 JetstreamEvent::Commit(CommitEvent::Delete { commit, info }) => { 78 78 self.handle_delete_record(commit, info) 79 79 } 80 - JetstreamEvent::Identity(_) => false, // identity events are noops for us 81 80 JetstreamEvent::Account(AccountEvent { info, account }) if !account.active => { 82 81 self.handle_remove_account(info.did) 83 82 } 84 83 JetstreamEvent::Account(_) => false, // ignore account *activations* 84 + JetstreamEvent::Identity(_) => false, // identity events are noops for us 85 85 }; 86 86 if batch_full { 87 87 self.batch_sender