mksondej / mattermost-file-list

Adds a paged and searchable file list to each channel. The list is opened through a button in the top panel. Through the list you can obtain public or normal links to the files, open or delete them.
Apache License 2.0
76 stars 11 forks source link

Wrong URLs returned if Mattermost instance is hosted at a subpath #30

Closed emi80 closed 4 years ago

emi80 commented 4 years ago

Hi,

we are hosting out Mattermost instance at a subpath and installed the file-list plugin version 0.8.1. The plugin always returns URLs without the subpath for files, thumbnails and file post locations.

mksondej commented 4 years ago

Hey, thanks. I merged your PR, looks good enough for me :)

Included in the latest release: https://github.com/Amonith/mattermost-file-list/releases/tag/v0.9.0

emi80 commented 4 years ago

Great! Thank you