MatrixSynapse/synapse/api
Sean Quah e46d5f3586
Factor out an `is_mine_server_name` method (#15542)
Add an `is_mine_server_name` method, similar to `is_mine_id`.

Ideally we would use this consistently, instead of sometimes comparing
against `hs.hostname` and other times reaching into
`hs.config.server.server_name`.

Also fix a bug in the tests where `hs.hostname` would sometimes differ
from `hs.config.server.server_name`.

Signed-off-by: Sean Quah <seanq@matrix.org>
2023-05-05 15:06:22 +01:00
..
__init__.py
auth.py
auth_blocking.py Factor out an `is_mine_server_name` method (#15542) 2023-05-05 15:06:22 +01:00
constants.py
errors.py
filtering.py Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458) 2023-04-26 16:03:26 -07:00
presence.py
ratelimiting.py
room_versions.py
urls.py