Skip to content
Snippets Groups Projects
Unverified Commit d39003ff authored by Timo Kösters's avatar Timo Kösters
Browse files

Allow backfilling create event itself

parent eae0989c
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ pub fn server_can_see_event(
) -> 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment