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

Keep room_id's in group summary

parent 197d82dc
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,6 @@ class GroupsServerHandler(object): ...@@ -109,7 +109,6 @@ 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.
Finish editing this message first!
Please register or to comment