mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
The `LocalUploadBackend` returns a relative URL, while the `S3UploadBackend` returns an absolute URL. This commit switches to using `urljoin` to obtain the absolute URL, instead of simply joining strings.