discourse/plugins/chat/assets
Andrei Prigorshnev bb21476f68
FIX: Do not add mentioned groups as mentioned users (#21867)
When a user type a message with mentions, the autocomplete popup 
may suggest users or groups. We were adding all these object to 
the `currentMessage.mentionedUsers` collection, while we should 
have been adding only users. A group added to that collection led to 
the error later when trying to update user status on mentions.
2023-06-01 15:55:59 +04:00
..
javascripts FIX: Do not add mentioned groups as mentioned users (#21867) 2023-06-01 15:55:59 +04:00
stylesheets UX: followups to #1f37fe5 (#21859) 2023-05-31 16:58:31 +02:00