mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 06:41:25 +08:00
DEV: Move chat service objects into core (#26506)
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
module ChatSDK
|
||||
class Message
|
||||
include Chat::WithServiceHelper
|
||||
include WithServiceHelper
|
||||
|
||||
# Creates a new message in a chat channel.
|
||||
#
|
||||
@ -159,7 +159,7 @@ module ChatSDK
|
||||
end
|
||||
|
||||
class StreamHelper
|
||||
include Chat::WithServiceHelper
|
||||
include WithServiceHelper
|
||||
|
||||
attr_reader :message
|
||||
attr_reader :guardian
|
||||
|
Reference in New Issue
Block a user