mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:26:09 -04:00
Add db functions needed for room initial sync to slave
This commit is contained in:
parent
88a4d54883
commit
3a46280ca3
2 changed files with 10 additions and 0 deletions
|
@ -46,6 +46,12 @@ class SlavedAccountDataStore(BaseSlavedStore):
|
|||
)
|
||||
|
||||
get_tags_for_user = TagsStore.__dict__["get_tags_for_user"]
|
||||
get_tags_for_room = (
|
||||
DataStore.get_tags_for_room.__func__
|
||||
)
|
||||
get_account_data_for_room = (
|
||||
DataStore.get_account_data_for_room.__func__
|
||||
)
|
||||
|
||||
get_updated_tags = DataStore.get_updated_tags.__func__
|
||||
get_updated_account_data_for_user = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue