TF-3157 Implement web socket push
This commit is contained in:
+5
-1
@@ -574,7 +574,11 @@ class MailboxDashBoardController extends ReloadableController with UserSettingPo
|
||||
injectAutoCompleteBindings(session, currentAccountId);
|
||||
injectRuleFilterBindings(session, currentAccountId);
|
||||
injectVacationBindings(session, currentAccountId);
|
||||
injectFCMBindings(session, currentAccountId);
|
||||
if (PlatformInfo.isWeb) {
|
||||
injectWebSocket(session, currentAccountId);
|
||||
} else {
|
||||
injectFCMBindings(session, currentAccountId);
|
||||
}
|
||||
|
||||
_getVacationResponse();
|
||||
spamReportController.getSpamReportStateAction();
|
||||
|
||||
Reference in New Issue
Block a user