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

reminder to check suspended/deactivated handling

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