mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-01 06:44:55 -05:00
Don't return None
This commit is contained in:
parent
5971d240d4
commit
cf706cc6ef
@ -961,7 +961,7 @@ class SQLBaseStore(object):
|
|||||||
if allow_rejected or not ret.rejected_reason:
|
if allow_rejected or not ret.rejected_reason:
|
||||||
event_map[event_id] = ret
|
event_map[event_id] = ret
|
||||||
else:
|
else:
|
||||||
return None
|
event_map[event_id] = None
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user