Icons not showing
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!
is support python 2.7?
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.