We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having added this integration to our company GitLab/Mattermost instance yesterday, I found this to be a very pleasant experience. Kudos to that!
Unfortunately, one thing that doesn't seem to work is displaying Wiki change notifications.
While text is properly displayed, local media files (images, for the most part) are not.
The element links to
<URLofMattermostInstance>/uploads/<commitID>/<nameOfFile>.<fileExtension>" `
<URLofMattermostInstance>/uploads/<commitID>/<nameOfFile>.<fileExtension>"
(i. e. https://localhost:4443/uploads/0cad766c6370cb1221d62883c21c04ed/image.png).
https://localhost:4443/uploads/0cad766c6370cb1221d62883c21c04ed/image.png
A path that doesn't exist.
Is there anything I can do to alleviate this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Having added this integration to our company GitLab/Mattermost instance yesterday, I found this to be a very pleasant experience. Kudos to that!
Unfortunately, one thing that doesn't seem to work is displaying Wiki change notifications.
While text is properly displayed, local media files (images, for the most part) are not.
The element links to
<URLofMattermostInstance>/uploads/<commitID>/<nameOfFile>.<fileExtension>"
`(i. e.
https://localhost:4443/uploads/0cad766c6370cb1221d62883c21c04ed/image.png
).A path that doesn't exist.
Is there anything I can do to alleviate this?
The text was updated successfully, but these errors were encountered: