mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-17 15:59:14 -04:00
Add bulk fetch storage API
This commit is contained in:
parent
fee1118a20
commit
1f0f5ffa1e
3 changed files with 26 additions and 11 deletions
|
@ -522,7 +522,7 @@ class SyncHandler(BaseHandler):
|
|||
)
|
||||
|
||||
ignored_account_data = yield self.store.get_global_account_data_by_type_for_user(
|
||||
user_id, "m.ignored_user_list"
|
||||
"m.ignored_user_list", user_id=user_id,
|
||||
)
|
||||
|
||||
if ignored_account_data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue