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

reminder to check suspended/deactivated handling

+1
+1
constellation/src/consumer/mod.rs
··· 187 counter!("consumer_events_actionable", "action_type" => "account", "action" => "delete").increment(1); 188 Some((ActionableEvent::DeleteAccount(did.into()), cursor)) 189 } 190 _ => None, 191 }, 192 _ => None,
··· 187 counter!("consumer_events_actionable", "action_type" => "account", "action" => "delete").increment(1); 188 Some((ActionableEvent::DeleteAccount(did.into()), cursor)) 189 } 190 + // TODO: are we missing handling for suspended and deactivated accounts? 191 _ => None, 192 }, 193 _ => None,