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

reminder to check suspended/deactivated handling

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