We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b383e1 commit 437d303Copy full SHA for 437d303
spec/client_spec.rb
@@ -950,6 +950,7 @@ def loop_times(times)
950
it 'config test' do
951
newchannel = @client.channel('messaging', channel_id: 'fellowship-of-the-throne',
952
data: { members: @fellowship_of_the_ring.map { |fellow| fellow[:id] } })
953
+ newchannel.create('legolas')
954
# Create moderation config
955
moderation_config = {
956
key: "chat:messaging:#{newchannel.id}",
0 commit comments