mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-21 16:50:21 +00:00
fix: Don't do partial joins over v2
Signed-off-by: timedout <git@nexy7574.co.uk>
This commit is contained in:
@@ -425,7 +425,8 @@ class TransportLayerClient:
|
||||
path = _create_v2_path("/send_join/%s/%s", room_id, event_id)
|
||||
query_params: dict[str, str] = {}
|
||||
# lazy-load state on join
|
||||
query_params["omit_members"] = "true" if omit_members else "false"
|
||||
# NOTE: fast joins are busted so we'll just ignore them here
|
||||
#query_params["omit_members"] = "true" if omit_members else "false"
|
||||
|
||||
return await self.client.put_json(
|
||||
destination=destination,
|
||||
|
||||
Reference in New Issue
Block a user