mattersend icon indicating copy to clipboard operation
mattersend copied to clipboard

Icons not showing

Open oblivian opened this issue 8 years ago • 2 comments

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!

oblivian avatar Aug 11 '17 18:08 oblivian

is support python 2.7?

xerox-xeon avatar Apr 04 '19 22:04 xerox-xeon

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.

Vaelor avatar Mar 05 '20 13:03 Vaelor