diff options
author | Erik Johnston <lightportal@gmail.com> | 2014-08-24 11:56:55 +0100 |
---|---|---|
committer | Erik Johnston <lightportal@gmail.com> | 2014-08-24 11:56:55 +0100 |
commit | 0c3b4a1f63413c4d3195a14ee4346a6d9cfdf618 (patch) | |
tree | 73d30c9aaa8c99a7f6ba18eb3f23b5521bb3d1b2 | |
parent | Add a unique constraint on the room hosts table (diff) | |
download | synapse-0c3b4a1f63413c4d3195a14ee4346a6d9cfdf618.tar.xz |
For the content repo, don't just use homeserver.hostname as that might not include the port due to SRV.
-rwxr-xr-x | synapse/app/homeserver.py | 7 | ||||
-rw-r--r-- | synapse/http/server.py | 4 |
2 files changed, 10 insertions, 1 deletions
diff --git a/synapse/app/homeserver.py b/synapse/app/homeserver.py |