mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 03:44:52 -04:00
handle spidered relative images correctly
This commit is contained in:
parent
72550c3803
commit
683e564815
2 changed files with 13 additions and 3 deletions
|
@ -282,7 +282,7 @@ class SimpleHttpClient(object):
|
|||
logger.exception("Failed to download body")
|
||||
raise
|
||||
|
||||
defer.returnValue((length, headers))
|
||||
defer.returnValue((length, headers, response.request.absoluteURI))
|
||||
|
||||
|
||||
# XXX: FIXME: This is horribly copy-pasted from matrixfederationclient.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue