stream-chat-angular 5.12.4 → 5.12.5

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.
@@ -20,7 +20,7 @@ import transliterate from '@stream-io/transliterate';
20
20
  import * as i8$1 from 'angular-mentions';
21
21
  import { MentionModule } from 'angular-mentions';
22
22
 
23
- const version = '5.12.4';
23
+ const version = '5.12.5';
24
24
 
25
25
  /**
26
26
  * The `NotificationService` can be used to add or remove notifications. By default the [`NotificationList`](/chat/docs/sdk/angular/components/NotificationListComponent/) component displays the currently active notifications.
@@ -8424,6 +8424,12 @@ class MessageListComponent {
8424
8424
  this.cdRef.detectChanges();
8425
8425
  }, 1000));
8426
8426
  }
8427
+ else {
8428
+ this.isJumpingToMessage = false;
8429
+ this.highlightedMessageId = undefined;
8430
+ this.firstUnreadMessageId = undefined;
8431
+ this.isJumpingToLatestUnreadMessage = false;
8432
+ }
8427
8433
  }
8428
8434
  newMessageReceived(message) {
8429
8435
  if ((this.mode === 'main' && message.parent_id) ||