mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:56:02 -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
|
@ -200,7 +200,7 @@ class StreamStore(SQLBaseStore):
|
|||
defer.returnValue(([], from_key))
|
||||
|
||||
if from_id:
|
||||
has_changed = yield self._events_stream_cache.get_entity_has_changed(
|
||||
has_changed = yield self._events_stream_cache.has_entity_changed(
|
||||
room_id, from_id
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue