discourse/plugins
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 FIX: Do not consider code-blocks when parsing mentions (#23280) 2023-09-07 16:13:13 +04:00
checklist FIX: Hide core plugins from the admin Plugins list (#23328) 2023-08-31 10:01:01 +10:00
discourse-details FIX: Hide core plugins from the admin Plugins list (#23328) 2023-08-31 10:01:01 +10:00
discourse-lazy-videos FIX: Hide core plugins from the admin Plugins list (#23328) 2023-08-31 10:01:01 +10:00
discourse-local-dates DEV: Update DButton uses (#23333) 2023-08-31 11:49:35 +02:00
discourse-narrative-bot FIX: Hide core plugins from the admin Plugins list (#23328) 2023-08-31 10:01:01 +10:00
discourse-presence FIX: Hide core plugins from the admin Plugins list (#23328) 2023-08-31 10:01:01 +10:00
poll DEV: Update DButton uses (#23333) 2023-08-31 11:49:35 +02:00
styleguide DEV: Update DButton uses (#23333) 2023-08-31 11:49:35 +02:00