mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
missed a s#/matrix#/_matrix/g
This commit is contained in:
parent
8fe912d95c
commit
2b7918bd6f
@ -325,7 +325,7 @@ class ContentRepoResource(resource.Resource):
|
||||
|
||||
# FIXME (erikj): These should use constants.
|
||||
file_name = os.path.basename(fname)
|
||||
url = "http://%s/matrix/content/%s" % (
|
||||
url = "http://%s/_matrix/content/%s" % (
|
||||
self.hs.domain_with_port, file_name
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user