opentower / populus-viewer

A Social Annotation Tool Powered by Matrix
https://opentower.github.io/populus-viewer
GNU Affero General Public License v3.0
120 stars 7 forks source link

Fix PDF downloading when matrix server is different from server name #101

Closed MJDSys closed 2 years ago

MJDSys commented 2 years ago

When the matrix server public url is different then the server name, the code tries to download the PDF from the wrong server. Fix to use the homeserver url.

gleachkr commented 2 years ago

Thanks!