mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-20 03:31:58 -05:00
Keep room_id's in group summary
This commit is contained in:
parent
197d82dc07
commit
ae8d4bb0f0
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user