Oops
This commit is contained in:
parent
5df00c3ccd
commit
a073dd9bc9
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class Messenger(tox_save.ToxSave):
|
||||||
if self._contacts_manager.is_active_a_friend():
|
if self._contacts_manager.is_active_a_friend():
|
||||||
self.send_message_to_friend(text, message_type)
|
self.send_message_to_friend(text, message_type)
|
||||||
elif self._contacts_manager.is_active_a_group():
|
elif self._contacts_manager.is_active_a_group():
|
||||||
self.send_message_to_group('~'+text, message_type)
|
self.send_message_to_group(text, message_type)
|
||||||
elif self._contacts_manager.is_active_a_group_chat_peer():
|
elif self._contacts_manager.is_active_a_group_chat_peer():
|
||||||
self.send_message_to_group_peer(text, message_type)
|
self.send_message_to_group_peer(text, message_type)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue