Merge remote-tracking branch 'origin/support' into notifications

This commit is contained in:
ClemDee
2019-06-25 16:44:55 +02:00
14 changed files with 562 additions and 11 deletions

View File

@@ -17,6 +17,6 @@ define(function () {
// Sub
plan: 'CryptPad_plan',
// Apps
criticalApps: ['profile', 'settings', 'debug', 'admin', 'notifications']
criticalApps: ['profile', 'settings', 'debug', 'admin', 'support', 'notifications']
};
});