DEV: Move chat service objects into core (#26506)

This commit is contained in:
Jan Cernik
2024-04-04 08:57:41 -05:00
committed by GitHub
parent 9af957014e
commit cab178a405
16 changed files with 313 additions and 321 deletions

View File

@ -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