diff src/browser/sat_browser/json.py @ 1123:63a4b8fe9782

browser: fixes to handle encryption changes in backend
author Goffi <goffi@goffi.org>
date Sat, 11 Aug 2018 18:35:37 +0200
parents 09feea19d7b9
children
line wrap: on
line diff
--- a/src/browser/sat_browser/json.py	Sat Aug 04 13:07:46 2018 +0200
+++ b/src/browser/sat_browser/json.py	Sat Aug 11 18:35:37 2018 +0200
@@ -199,6 +199,10 @@
         log.warning("isConnected is not implemeted in Libervia as for now profile is connected if session is opened")
         callback(True)
 
+    def encryptionPluginsGet(self, callback, errback):
+        """e2e encryption have no sense if made on backend, so we ignore this call"""
+        callback([])
+
     def bridgeConnect(self, callback, errback):
         callback()