42EXP icon indicating copy to clipboard operation
42EXP copied to clipboard

Add mention support for chat rooms

Open Kannaj opened this issue 7 years ago • 1 comments

Kannaj avatar May 18 '17 16:05 Kannaj

Probably a way to implement this

  • build a event handler in containers/ProjectChatContainer.jsx that parses the message state and sees if any word starts with @
  • on sending the message to the backend server - save the message_type as mention in the project_messages table and on a parallel increment the mentions(not yet added) column in the account_projects table (the row belonging to the mentioned user)

Kannaj avatar May 26 '17 03:05 Kannaj