discourse/plugins/chat/app
Martin Brennan baf78d3d91
FIX: Add missing user_id args for ChatMessage.cook (#19508)
In both ChatMessage#rebake! and in ChatMessageProcessor
when we were calling ChatMessage.cook we were missing the
user_id to cook with, which causes missed hashtag cooks
because of missing permissions.
2022-12-19 11:05:37 +10:00
..
controllers FIX: access to category chat only when user can create post (#19488) 2022-12-19 11:35:28 +11:00
core_ext
jobs FIX: access to category chat only when user can create post (#19488) 2022-12-19 11:35:28 +11:00
models FIX: Add missing user_id args for ChatMessage.cook (#19508) 2022-12-19 11:05:37 +10:00
queries
serializers FEATURE: channels can allow/disallow @all/@here mentions (#19317) 2022-12-05 17:03:51 +01:00
services FEATURE: Enforce mention limits for chat messages (#19034) 2022-12-06 14:54:04 -03:00
views