mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-20 19:30:26 -04:00
Don't corrupt cache
This commit is contained in:
parent
27955056e0
commit
eaaa837e00
1 changed files with 1 additions and 0 deletions
|
@ -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 = dict(entry) # so we don't change whats cached
|
||||||
entry.pop("room_id", None)
|
entry.pop("room_id", None)
|
||||||
|
|
||||||
room_entry["profile"] = entry
|
room_entry["profile"] = entry
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue