Skip to content
Snippets Groups Projects
Commit bb746a9d authored by Erik Johnston's avatar Erik Johnston
Browse files

Revert: Keep room_id's in group summary

parent ae8d4bb0
No related branches found
No related tags found
No related merge requests found
...@@ -109,6 +109,7 @@ class GroupsServerHandler(object): ...@@ -109,6 +109,7 @@ class GroupsServerHandler(object):
room_id, len(joined_users), room_id, len(joined_users),
with_alias=False, allow_private=True, with_alias=False, allow_private=True,
) )
entry.pop("room_id", None)
room_entry["profile"] = entry room_entry["profile"] = entry
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment