mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Revert: Keep room_id's in group summary
This commit is contained in:
parent
ae8d4bb0f0
commit
bb746a9de1
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user