mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
DEV: removes dead code (#20529)
This commit is contained in:
@ -70,11 +70,6 @@ module ChatPublisher
|
||||
type: :reaction,
|
||||
chat_message_id: chat_message.id,
|
||||
}
|
||||
MessageBus.publish(
|
||||
"/chat/message-reactions/#{chat_message.id}",
|
||||
content.as_json,
|
||||
permissions(chat_channel),
|
||||
)
|
||||
MessageBus.publish("/chat/#{chat_channel.id}", content.as_json, permissions(chat_channel))
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user