tangled
alpha
login
or
join now
microcosm.blue
/
microcosm-rs
65
fork
atom
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
65
fork
atom
overview
issues
8
pulls
2
pipelines
reminder to check suspended/deactivated handling
bad-example.com
1 year ago
3cf39f24
1ec175df
+1
1 changed file
expand all
collapse all
unified
split
constellation
src
consumer
mod.rs
+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
190
+
// TODO: are we missing handling for suspended and deactivated accounts?
190
191
_ => None,
191
192
},
192
193
_ => None,