Skip to content

Commit

Permalink
Merge branch 'hotfix/1.5.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
sojan-official committed Jun 9, 2020
2 parents e783c3a + bfe1061 commit 991648e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/services/twitter/direct_message_parser_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def conversation_params
end

def set_conversation
@conversation = @contact_inbox.conversations.first
@conversation = @contact_inbox.conversations.where("additional_attributes ->> 'type' = 'direct_message'").first
return if @conversation

@conversation = ::Conversation.create!(conversation_params)
Expand Down
2 changes: 1 addition & 1 deletion config/app.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
shared: &shared
version: '1.4.0'
version: '1.5.2'

development:
<<: *shared
Expand Down

0 comments on commit 991648e

Please sign in to comment.