Feature: Create conversations from Tweets (#470)
* Feature: Add tweets to conversations
This commit is contained in:
@@ -22,8 +22,8 @@ class Facebook::SendReplyService
|
||||
end
|
||||
|
||||
def outgoing_message_from_chatwoot?
|
||||
# messages sent directly from chatwoot won't have fb_id.
|
||||
message.outgoing? && !message.fb_id
|
||||
# messages sent directly from chatwoot won't have source_id.
|
||||
message.outgoing? && !message.source_id
|
||||
end
|
||||
|
||||
# def reopen_lock
|
||||
|
||||
Reference in New Issue
Block a user