@rtsee/ngx 0.0.89 → 0.0.90

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.
@@ -740,6 +740,7 @@ class MessagesListComponent {
740
740
  this.chat.loadRemoteMessages('front');
741
741
  }
742
742
  scrollToBottom() {
743
+ this.groupMessages();
743
744
  if (this.chat.isStandalone) {
744
745
  return;
745
746
  }
@@ -2575,7 +2576,7 @@ class RtseeTagManageComponent {
2575
2576
  const tagParams = {
2576
2577
  name: this.nameField.getRawValue(),
2577
2578
  description: this.descriptionField.getRawValue(),
2578
- applicationId: this.manageTags.peer.rtseeAppId,
2579
+ applicationId: this.manageTags.applicationId,
2579
2580
  parentId
2580
2581
  };
2581
2582
  if (this.manageTags.activeTag.id) {