benawad / dogehouse

Taking voice conversations to the moon 🚀
https://dogehouse.tv/
MIT License
9.12k stars 1.48k forks source link

you can mention non-existent users in chat, plus whispers # is not removed #2818

Open nadirabbas opened 3 years ago

nadirabbas commented 3 years ago

@HoloPanio after the integration of dolma I believe, we can mention nonexistent users in the chat. previously we used to cross-check for mentioned users in the room users list, if found. token = mention, otherwise token = text

image

you can also see another bug that was introduced, which is that when you whisper using #@username syntax, the # won't get removed from the message.

ghost commented 3 years ago

This shouldn't be a bug.