mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-25 02:55:46 +03:00
Revert: Keep room_id's in group summary
This commit is contained in:
parent
ae8d4bb0f0
commit
bb746a9de1
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ class GroupsServerHandler(object):
|
|||
room_id, len(joined_users),
|
||||
with_alias=False, allow_private=True,
|
||||
)
|
||||
entry.pop("room_id", None)
|
||||
|
||||
room_entry["profile"] = entry
|
||||
|
||||
|
|
Loading…
Reference in a new issue