mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-17 17:20:50 +01:00
Allow backfilling create event itself
This commit is contained in:
parent
eae0989c40
commit
d39003ffc0
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ impl Service {
|
||||||
) -> Result<bool> {
|
) -> Result<bool> {
|
||||||
let shortstatehash = match self.pdu_shortstatehash(event_id)? {
|
let shortstatehash = match self.pdu_shortstatehash(event_id)? {
|
||||||
Some(shortstatehash) => shortstatehash,
|
Some(shortstatehash) => shortstatehash,
|
||||||
None => return Ok(false),
|
None => return Ok(true),
|
||||||
};
|
};
|
||||||
|
|
||||||
if let Some(visibility) = self
|
if let Some(visibility) = self
|
||||||
|
|
Loading…
Reference in a new issue