discourse/plugins/chat/test/javascripts/acceptance
Andrei Prigorshnev 73781c8a96
FIX: Do not consider code-blocks when parsing mentions (#23280)
We have the max_mentions_per_chat_message site settings; when a user tries 
to mention more users than allowed, no one gets mentioned.

Chat messages may contain code-blocks with strings that look like mentions:

  def foo
    @bar + @baz
  end

The problem is that the parsing code considers these as real mentions and counts 
them when checking the limit. This commit fixes the problem.
2023-09-07 16:13:13 +04:00
..
chat-composer-test.js UX: chat composer buttons refactor + emoji (#21852) 2023-05-31 15:12:35 +02:00
chat-live-pane-collapse-test.js DEV: Remove lazy-yt and replace with lazy-videos (#20722) 2023-03-29 11:54:25 -04:00
chat-live-pane-test.js DEV: /channel -> /c chat route rename (#19782) 2023-01-27 09:58:12 -03:00
hashtag-css-generator-test.js UX: category hashtag colors order fix (#22758) 2023-07-24 14:36:56 +02:00
mentions-test.js FIX: Do not consider code-blocks when parsing mentions (#23280) 2023-09-07 16:13:13 +04:00
user-status-on-mentions-test.js FIX: hide tooltips when scrolling on mobile (#23098) 2023-08-23 15:39:58 +04:00