@sumaris-net/ngx-components 1.21.0-beta6 → 1.21.0-beta7

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.
@@ -30984,15 +30984,12 @@
30984
30984
  });
30985
30985
  UserEventNotificationComponent.prototype.ngOnInit = function () {
30986
30986
  var _this = this;
30987
- var _a;
30988
30987
  if (isNil(this.userEventService)) {
30989
30988
  console.warn(this._logPrefix + "No service injected");
30990
30989
  this.disabled = true;
30991
30990
  return;
30992
30991
  }
30993
- this._subscriptions.add(this.userEventService.watchAll(0, 10, 'creationDate', "desc", {
30994
- recipients: [(_a = this.accountService.person) === null || _a === void 0 ? void 0 : _a.pubkey]
30995
- }).subscribe(function (value) {
30992
+ this._subscriptions.add(this.userEventService.watchAll(0, 10, 'creationDate', "desc").subscribe(function (value) {
30996
30993
  var data = value.data;
30997
30994
  if (_this.debug) {
30998
30995
  console.debug(_this._logPrefix + "Receiving user events", data);