Feature: Create conversations from Tweets (#470)
* Feature: Add tweets to conversations
This commit is contained in:
@@ -5,5 +5,6 @@ json.payload do
|
||||
json.email contact.email
|
||||
json.phone_number contact.phone_number
|
||||
json.thumbnail contact.avatar.profile_thumb.url
|
||||
json.additional_attributes contact.additional_attributes
|
||||
end
|
||||
end
|
||||
|
||||
@@ -5,4 +5,5 @@ json.payload do
|
||||
json.name @contact.name
|
||||
json.phone_number @contact.phone_number
|
||||
json.thumbnail @contact.avatar_url
|
||||
json.additional_attributes @contact.additional_attributes
|
||||
end
|
||||
|
||||
@@ -4,4 +4,5 @@ json.payload do
|
||||
json.email @contact.email
|
||||
json.phone_number @contact.phone_number
|
||||
json.thumbnail @contact.avatar.thumb.url
|
||||
json.additional_attributes @contact.additional_attributes
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user