Allow backfilling create event itself

recoverbroken
Timo Kösters 1 year ago
parent eae0989c40
commit d39003ffc0
No known key found for this signature in database
GPG Key ID: 0B25E636FBA7E4CB

@ -101,7 +101,7 @@ impl Service {
) -> Result<bool> {
let shortstatehash = match self.pdu_shortstatehash(event_id)? {
Some(shortstatehash) => shortstatehash,
None => return Ok(false),
None => return Ok(true),
};
if let Some(visibility) = self

Loading…
Cancel
Save