42EXP
42EXP copied to clipboard
Add mention support for chat rooms
Probably a way to implement this
- build a event handler in
containers/ProjectChatContainer.jsx
that parses themessage
state and sees if any word starts with@
- on sending the message to the backend server - save the
message_type
as mention in theproject_messages
table and on a parallel increment thementions
(not yet added) column in theaccount_projects
table (the row belonging to the mentioned user)