From abf8ef6276f59d2dd52aaa61e3b3e488b3c32924 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 4 Jul 2019 10:37:05 +0200 Subject: [PATCH] Pin admin mailbox --- www/common/outer/async-store.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index 6022c5f37..fb1bcd202 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -1076,6 +1076,7 @@ define([ curvePrivate: priv } }; + Store.pinPads(null, [channel], function () {}); store.mailbox.open('supportadmin', box, function () { console.log('ready'); });