mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Chat threads N1 (#22322)
Followup to 1526d1f97d
This commit fixes an N1 for mentions/user status
when querying chat threads. This only happened if
any of the thread OMs had mentions.
This commit is contained in:
@@ -132,8 +132,10 @@ module Chat
|
||||
original_message_user: :user_status,
|
||||
original_message: [
|
||||
:chat_webhook_event,
|
||||
:chat_mentions,
|
||||
:chat_channel,
|
||||
chat_mentions: {
|
||||
user: :user_status,
|
||||
},
|
||||
user: :user_status,
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user