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 637c3e0 commit dd4e71dCopy full SHA for dd4e71d
spec/client_spec.rb
@@ -1087,6 +1087,7 @@ def loop_times(times)
1087
@channel_id = SecureRandom.uuid
1088
@channel = @client.channel('messaging', channel_id: @channel_id)
1089
@channel.create('john')
1090
+ @channel.update_partial({config_overrides: {user_message_reminders: true}})
1091
@message = @channel.send_message({ 'text' => 'Hello world' }, 'john')
1092
@message_id = @message['message']['id']
1093
@user_id = 'john'
0 commit comments