synapse/changelog.d/8174.misc
Andrew Morgan e0d6244beb
Remove unused parameter from, and add safeguard in, get_room_data (#8174)
Small cleanup PR.

* Removed the unused `is_guest` argument
* Added a safeguard to a (currently) impossible code path, fixing static checking at the same time.
2020-08-26 15:07:35 +01:00

1 line
94 B
Plaintext

Remove unused `is_guest` parameter from, and add safeguard to, `MessageHandler.get_room_data`.