other_user_fbid logic was wrong

This commit is contained in:
Daniel Cepeda
2016-10-26 14:26:42 -07:00
parent 65fbb77451
commit 02db720813

View File

@@ -264,7 +264,8 @@ class Client(object):
'manual_retry_cnt' : '0',
'signatureID' : getSignatureID(),
'has_attachment' : image_id != None,
'other_user_fbid' : recipient_id,
'other_user_fbid' : user_id,
'thread_fbid': thread_id,
'specific_to_list[0]' : 'fbid:' + str(recipient_id),
'specific_to_list[1]' : 'fbid:' + str(self.uid),