tnx-shared 5.1.177 → 5.1.178

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44899,7 +44899,6 @@
44899
44899
  TnAppNotificationComponent.prototype.readById = function (data) {
44900
44900
  var _this = this;
44901
44901
  data.readedTime = new Date();
44902
- this.totalUnRead--;
44903
44902
  this._notificationService.markReadById(data.id).then(function (res) {
44904
44903
  _this.rootContext.fireEvent(ComCtxConstants.NOTIFICATION.NOTIFICATION_RELOAD);
44905
44904
  }).catch(function (err) { return _this._commonService.handleError(err, _this._injector); });