fixes for messaging, contacts filtering etc
This commit is contained in:
parent
4ecf666b2f
commit
85ea9ab6e8
7 changed files with 27 additions and 21 deletions
|
@ -654,7 +654,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||
clipboard.setText(text)
|
||||
|
||||
def clear_history(self, num):
|
||||
self._contacts_manager.clear_history(num)
|
||||
self._history_loader.clear_history(num)
|
||||
|
||||
def auto_accept(self, num, value):
|
||||
tox_id = self._contacts_manager.friend_public_key(num)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue