Skip to content

feat: Add ChatActionProcessor

ChatActionProcessor is a Popover, which shows suggestions for autocompleting chat commands or emojis.

Generally, actions are toggled with the following characters:

  • Chat command auto complete is toggled by beginning a message with /
  • Emoji auto complete is toggled by starting a word with :

Fixes #10626 (closed)

Merge request reports