[omemo] 2.8.17

This commit is contained in:
wurstsalat
2022-10-06 17:20:49 +02:00
parent 29260fcc6f
commit da2046d4bb
4 changed files with 19 additions and 19 deletions

View File

@@ -137,7 +137,7 @@ class OMEMOConfigDialog(Gtk.ApplicationWindow):
def cleardevice_button_clicked_cb(self, button, *args):
active = self._ui.account_combobox.get_active()
account = self._ui.account_store[active][0]
app.connections[account].get_module('OMEMO').clear_devicelist()
app.get_client(account).get_module('OMEMO').clear_devicelist()
self.update_context_list()
def refresh_button_clicked_cb(self, button, *args):