mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -04:00
missed a s#/matrix#/_matrix/g
This commit is contained in:
parent
8fe912d95c
commit
2b7918bd6f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue