mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Update the other place check_joined_room is called
This commit is contained in:
parent
5cf22f0596
commit
d58edd98e9
3 changed files with 4 additions and 2 deletions
|
@ -520,7 +520,7 @@ class SyncHandler(BaseHandler):
|
|||
current_state=current_state_events,
|
||||
)
|
||||
|
||||
state_events_delta = yield self.check_joined_room(
|
||||
state_events_delta, _ = yield self.check_joined_room(
|
||||
sync_config, room_id, state_events_delta
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue