|
|
@ -157,7 +157,7 @@ class NotificationsService { |
|
|
|
// Check authentication (if needed)
|
|
|
|
if (authMgr.authActive && authMgr.isMandatory) { |
|
|
|
try { |
|
|
|
authMgr.isAuthenticated(msg.at) |
|
|
|
authMgr.isAuthenticated(data.at) |
|
|
|
} catch(e) { |
|
|
|
this.notifyAuthError(e, conn.id) |
|
|
|
return |
|
|
|