mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-15 23:40:15 -04:00
Use stable identifiers for faster joins (#14832)
* Use new query param when requesting a partial join * Read new query param when serving partial join * Provide new field names when serving partial joins * Read new field names from partial join response * Changelog
This commit is contained in:
parent
73ff493dfb
commit
52ae80dd1a
6 changed files with 87 additions and 22 deletions
|
@ -224,7 +224,7 @@ class SendJoinFederationTests(unittest.FederatingHomeserverTestCase):
|
|||
)
|
||||
channel = self.make_signed_federation_request(
|
||||
"PUT",
|
||||
f"/_matrix/federation/v2/send_join/{self._room_id}/x?org.matrix.msc3706.partial_state=true",
|
||||
f"/_matrix/federation/v2/send_join/{self._room_id}/x?omit_members=true",
|
||||
content=join_event_dict,
|
||||
)
|
||||
self.assertEqual(channel.code, HTTPStatus.OK, channel.json_body)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue