mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
Change name and doc has_entity_changed
This commit is contained in:
parent
00cb3eb24b
commit
45cf827c8f
4 changed files with 6 additions and 4 deletions
|
@ -128,7 +128,7 @@ class AccountDataStore(SQLBaseStore):
|
|||
|
||||
return (global_account_data, account_data_by_room)
|
||||
|
||||
changed = self._account_data_stream_cache.get_entity_has_changed(
|
||||
changed = self._account_data_stream_cache.has_entity_changed(
|
||||
user_id, int(stream_id)
|
||||
)
|
||||
if not changed:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue