mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 17:54:48 -04:00
Pass through _get_event_txn
This commit is contained in:
parent
3b1930e8ec
commit
d46b18a00f
2 changed files with 2 additions and 1 deletions
|
@ -104,6 +104,7 @@ class SlavedEventStore(BaseSlavedStore):
|
|||
_invalidate_get_event_cache = DataStore._invalidate_get_event_cache.__func__
|
||||
_parse_events_txn = DataStore._parse_events_txn.__func__
|
||||
_get_events_txn = DataStore._get_events_txn.__func__
|
||||
_get_event_txn = DataStore._get_event_txn.__func__
|
||||
_enqueue_events = DataStore._enqueue_events.__func__
|
||||
_do_fetch = DataStore._do_fetch.__func__
|
||||
_fetch_events_txn = DataStore._fetch_events_txn.__func__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue