mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
b8f20e4276
#8174 removed the `is_guest` parameter from `get_room_data`, at the same time that #8157 was merged using it, colliding together to break unit tests on develop. This PR removes the `is_guest` parameter from the call in the broken test. Uses the same changelog as #8174.
1 line
94 B
Plaintext
1 line
94 B
Plaintext
Remove unused `is_guest` parameter from, and add safeguard to, `MessageHandler.get_room_data`. |