oldventura / kgbtr-chatroom

SocketIO Chatroom with Reddit OAuth2 for r/KGBTR
https://kgbtrchat.herokuapp.com/
GNU General Public License v3.0
3 stars 1 forks source link

Add user mentions to the chat history #2

Closed oldventura closed 2 years ago

oldventura commented 2 years ago

Socket IO function that handles incoming messages should check for any mentions in form @<username> and distinguish it by adding a different color to it.

oldventura commented 2 years ago

implemented, will add in the next release