You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, great script! Use it a lot. 👍
However, using the latest version of Mattermost, icons are not showing correctly.
I use e.g: --icon :angry:, but Mattermost just displays a broken link.
Please advice and thanks!
The text was updated successfully, but these errors were encountered:
Maybe a bit late, but if it helps anyone...
It seems the part of the code that creates a url to the emoji is a bit out of date. But as a workaround you can use the icon url, for example https://mattermosturl/static/emoji/1f47b.png The part code part in <code>.png can be found here: https://github.com/mtorromeo/mattersend/blob/master/mattersend.py#L83 The list is probably out of date, too and a few that exist may be missing.
Hey, great script! Use it a lot. 👍
However, using the latest version of Mattermost, icons are not showing correctly.
I use e.g:
--icon :angry:
, but Mattermost just displays a broken link.Please advice and thanks!
The text was updated successfully, but these errors were encountered: