Revert: Keep room_id's in group summary

This commit is contained in:
Erik Johnston 2017-09-21 15:57:22 +01:00
parent ae8d4bb0f0
commit bb746a9de1

View file

@ -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