[omemo] Adapt to link handler changes in Gajim
This commit is contained in:
@@ -211,9 +211,9 @@ class OmemoPlugin(GajimPlugin):
|
||||
return
|
||||
self.get_omemo(account).encrypt_message(conn, obj, callback, False)
|
||||
|
||||
def _file_decryption(self, url, kind, instance, window):
|
||||
def _file_decryption(self, uri, instance, window):
|
||||
file_crypto.FileDecryption(self).hyperlink_handler(
|
||||
url, kind, instance, window)
|
||||
uri, instance, window)
|
||||
|
||||
def encrypt_file(self, file, _account, callback):
|
||||
thread = threading.Thread(target=self._encrypt_file_thread,
|
||||
|
||||
Reference in New Issue
Block a user