diff --git a/read_mattermost.py b/read_mattermost.py index a5bf68f..99fcef4 100755 --- a/read_mattermost.py +++ b/read_mattermost.py @@ -234,7 +234,7 @@ def get_posts_for_channel(mmapi, channel_id, since, **kwargs): CONFIRMATION_EMOJI_NAMES = [ - *(f"num{i}" for i in range(1, 99 + 1)), + *(f"greennum{i}" for i in range(1, 99 + 1)), "heavy_plus_sign" ] def confirmation_emoji_name(count):