Remove the 'enablePinning' config property

This commit is contained in:
yflory
2019-05-27 15:29:36 +02:00
parent bf0fd64a70
commit 28c8834fa4
6 changed files with 4 additions and 24 deletions

View File

@@ -258,7 +258,7 @@ define([
}));
}
if (common.isLoggedIn() && AppConfig.enablePinning) {
if (common.isLoggedIn()) {
// check the size of this file...
var bytes = 0;
NThen(function (waitFor) {