inlines fix
This commit is contained in:
parent
42aa102d1d
commit
fb74ea4455
5 changed files with 11 additions and 10 deletions
|
|
@ -912,6 +912,7 @@ class Profile(contact.Contact, Singleton):
|
|||
self.send_inline(data, 'sticker.png')
|
||||
|
||||
def send_inline(self, data, file_name, friend_number=None, is_resend=False):
|
||||
print('Send inline:' + str(type(data)))
|
||||
friend_number = friend_number or self.get_active_number()
|
||||
friend = self.get_friend_by_number(friend_number)
|
||||
if friend.status is None and not is_resend:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue