changeset f0c8476f7395 in /home/hg/repos/gajim-plugins

author: lovetox <[email protected]>
branches: 
details:gajim-plugins?cmd=changeset;node=f0c8476f7395
description: Check for new fingerprints on send button pressed

diffstat:

 omemo/ui.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 76cec130739a -r f0c8476f7395 omemo/ui.py
--- a/omemo/ui.py       Mon Aug 01 21:43:12 2016 +0200
+++ b/omemo/ui.py       Wed Aug 03 18:02:28 2016 +0200
@@ -145,7 +145,7 @@
 
         def omemo_send_message(message, keyID='', chatstate=None, xhtml=None,
                                process_commands=True, attention=False):
-
+            self.new_fingerprints_available()
             if self.encryption_active() and \
                     self.plugin.are_keys_missing(self.account,
                                                  self.contact.jid):
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to