Contact model changes (#184)

* move source id from contacts

* Fix contactInbox model name

* rubocop fix

* Fix rspec
This commit is contained in:
Sojan Jose
2019-10-27 13:14:36 +05:30
committed by GitHub
parent 3b6d58bbdf
commit c21c839dca
12 changed files with 57 additions and 20 deletions

View File

@@ -35,7 +35,7 @@ module Facebook
def fb_message_params
{
recipient: { id: contact.source_id },
recipient: { id: contact.get_source_id(inbox.id) },
message: { text: message.content }
}
end