RocketChat / Apps.Github22

The ultimate AI-powered app extending Rocket.Chat for global developers collaborating on Github (2024 and beyond)
33 stars 37 forks source link

[BUG] : Emoji in the helper list #49

Open RahulNavneeth opened 1 year ago

RahulNavneeth commented 1 year ago

Description:

Emoji instead of indented number in the helper list.

Steps to reproduce:

  1. Login.
  2. Enter any channel.
  3. type /github in the input field.

Expected behavior:

Screenshot 2023-02-20 at 8 11 40 PM

Actual behavior:

Screenshot 2023-02-20 at 8 08 59 PM
RahulNavneeth commented 1 year ago

RC sees ":)" as utf-8 and parses it to an emoji so It also does the same with "8)"

Screenshot 2023-02-20 at 8 16 32 PM Screenshot 2023-02-20 at 8 16 51 PM
RahulNavneeth commented 1 year ago

POTENTIAL FIX : changing the format from "1), 2) ... 8)" to "1 ), 2) ... 8 )" or "1. , 2. , .... , 8.".