mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Get current state by using current_state_events table
This commit is contained in:
parent
3872c7a107
commit
8ffbe43ba1
5 changed files with 52 additions and 31 deletions
|
@ -262,7 +262,7 @@ class DeviceHandler(BaseHandler):
|
|||
# ordering: treat it the same as a new room
|
||||
event_ids = []
|
||||
|
||||
current_state_ids = yield self.state.get_current_state_ids(room_id)
|
||||
current_state_ids = yield self.store.get_current_state_ids(room_id)
|
||||
|
||||
# special-case for an empty prev state: include all members
|
||||
# in the changed list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue