stream-chat-angular 4.68.1 → 4.68.2

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.
@@ -1 +1 @@
1
- export declare const version = "4.68.1";
1
+ export declare const version = "4.68.2";
@@ -356,7 +356,7 @@
356
356
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
357
357
  }
358
358
 
359
- var version = '4.68.1';
359
+ var version = '4.68.2';
360
360
 
361
361
  /**
362
362
  * The `NotificationService` can be used to add or remove notifications. By default the [`NotificationList`](../components/NotificationListComponent.mdx) component displays the currently active notifications.
@@ -7226,9 +7226,7 @@
7226
7226
  this.mentionedUsers.push((item.user ? item.user : item));
7227
7227
  this.userMentions.next(__spreadArray([], __read(this.mentionedUsers)));
7228
7228
  }
7229
- return (triggerChar +
7230
- item.autocompleteLabel +
7231
- (triggerChar === this.commandTriggerChar ? ' ' : ''));
7229
+ return triggerChar + item.autocompleteLabel + ' ';
7232
7230
  };
7233
7231
  AutocompleteTextareaComponent.prototype.autcompleteSearchTermChanged = function (searchTerm) {
7234
7232
  if (searchTerm === this.mentionTriggerChar) {