chore: Append incoming SMS to last conversation (#4906)

- Append incoming SMS to the last conversation created for a contact
This commit is contained in:
Sojan Jose
2022-07-05 17:49:41 +02:00
committed by GitHub
parent 4b405dc052
commit ac2adfbd57
3 changed files with 53 additions and 37 deletions

View File

@@ -57,7 +57,7 @@ class Sms::IncomingMessageService
end
def set_conversation
@conversation = @contact_inbox.conversations.first
@conversation = @contact_inbox.conversations.last
return if @conversation
@conversation = ::Conversation.create!(conversation_params)