[omemo] Disable new fingerprint event
This will not work anymore with Gajim >= 1.5
This commit is contained in:
@@ -438,9 +438,11 @@ class OMEMO(BaseModule):
|
||||
|
||||
# Trigger dialog to trust new Fingerprints if
|
||||
# the Chat Window is Open
|
||||
ctrl = app.window.get_control(self._account, jid)
|
||||
if ctrl:
|
||||
app.ged.raise_event(OMEMONewFingerprint(chat_control=ctrl))
|
||||
|
||||
# TODO: This does not work anymore
|
||||
# ctrl = app.window.get_control(self._account, jid)
|
||||
# if ctrl:
|
||||
# app.ged.raise_event(OMEMONewFingerprint(chat_control=ctrl))
|
||||
|
||||
def set_devicelist(self, devicelist=None):
|
||||
devicelist_ = set([self.backend.own_device])
|
||||
|
||||
Reference in New Issue
Block a user