@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
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.
@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
, otherwisetoken = text
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.