mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 10:49:21 -05:00
Typo
This commit is contained in:
parent
8888982db3
commit
a988361aea
@ -1004,7 +1004,7 @@ class SQLBaseStore(object):
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
event_map[e_id] for e_id in events
|
event_map[e_id] for e_id in events
|
||||||
if e_id in event_map and event_id[e_id]
|
if e_id in event_map and event_map[e_id]
|
||||||
]
|
]
|
||||||
|
|
||||||
def _get_event_from_row_txn(self, txn, internal_metadata, js, redacted,
|
def _get_event_from_row_txn(self, txn, internal_metadata, js, redacted,
|
||||||
|
Loading…
Reference in New Issue
Block a user