mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 08:04:07 -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
|
@ -88,7 +88,7 @@ class TagsStore(SQLBaseStore):
|
|||
room_ids = [row[0] for row in txn.fetchall()]
|
||||
return room_ids
|
||||
|
||||
changed = self._tags_stream_cache.get_entity_has_changed(user_id, int(stream_id))
|
||||
changed = self._tags_stream_cache.has_entity_changed(user_id, int(stream_id))
|
||||
if not changed:
|
||||
defer.returnValue({})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue