MatrixSynapse/synapse/crypto
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 Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
context_factory.py Add missing type hints to synapse.crypto. (#11146) 2021-10-21 13:07:07 +00:00
event_signing.py Use immutabledict instead of frozendict (#15113) 2023-03-22 17:15:34 +00:00
keyring.py Factor out an `is_mine_server_name` method (#15542) 2023-05-05 15:06:22 +01:00