mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 20:14:50 -04:00
Add some tests for propagation of device list changes between local users (#11972)
This commit is contained in:
parent
c4c98c7518
commit
87f2005713
4 changed files with 163 additions and 3 deletions
|
@ -106,9 +106,13 @@ class RestHelper:
|
|||
default room version.
|
||||
tok: The access token to use in the request.
|
||||
expect_code: The expected HTTP response code.
|
||||
extra_content: Extra keys to include in the body of the /createRoom request.
|
||||
Note that if is_public is set, the "visibility" key will be overridden.
|
||||
If room_version is set, the "room_version" key will be overridden.
|
||||
custom_headers: HTTP headers to include in the request.
|
||||
|
||||
Returns:
|
||||
The ID of the newly created room.
|
||||
The ID of the newly created room, or None if the request failed.
|
||||
"""
|
||||
temp_id = self.auth_user_id
|
||||
self.auth_user_id = room_creator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue