Nathanaël Houn
Nathanaël Houn
Hi @micw, I tried to fix this issue as you noted. > It seems that if a user posts a second message after he posts a message, the nick is...
@benschwarz In fact, I don't expect it to to run, I expect it to not fail and produce a check failure. I have updated my issue, it was not really...
Thanks for the investigation @benschwarz! Exiting with a success code, rather than with an error code, is perfectly fine 👍
Same here. memes v1.4.0 compiled on my machine. Server is 5.38.1, mobile is v1.46. No logs in Mattermost server related to the plugin. - The image correctly loads if I...
Some more troubleshooting informations: when querying the Mattermost API from my instance, the `metadata` field is empty, whereas in Mattermost Community, we have metadata for the image. For what I...
Hi @shazm, have you any clues about the cause of this issue? I can confirm it still happens on Mattermost v6.4.0 and mobile v1.49.0.
Hi @shazm, thanks for digging into this! I tried the command `/meme ancient-aliens "Aliens man!"`, a variation with several arguments `/meme ancient-aliens "Aliens" "man!"` and without argument `/meme ancient-aliens`. In...
Since v22.11 and PR #3853, the previous solution doesn't work. By replacing by the new syntax, it seems to behave as intended: ```js window.addEventListener('DOMContentLoaded', (event) => { window.$components.get('chapter-contents').forEach(toggle => {...