mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 09:31:35 +03:00
typo
This commit is contained in:
parent
e3d028a5f0
commit
0bbcd070d2
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ class SyncHandler(object):
|
|||
)
|
||||
|
||||
# this is heavily cached, thus: fast.
|
||||
details = yield self.get_room_summary(room_id)
|
||||
details = yield self.store.get_room_summary(room_id)
|
||||
|
||||
name_id = state_ids.get((EventTypes.Name, ''))
|
||||
canonical_alias_id = state_ids.get((EventTypes.CanonicalAlias, ''))
|
||||
|
|
Loading…
Reference in a new issue