qvrb
qvrb
in messagebird gem ver 4.0.0 in client.rb ``` def start_conversation(to, channel_id, params = {}) Conversation.new(conversation_request( :post, 'conversations/start', params.merge(to: to, channel_id: channel_id) )) end ``` but the parameter should be ChannelId...
in the following code the request object is not modified or returned in the case where the SUBMIT_METHODS & params not empty in http_client.c ``` 62 def build_request(method, uri, params...