diff --git a/components/chat/components/ChatListItem.vue b/components/chat/components/ChatListItem.vue index a1f8501..86424e7 100644 --- a/components/chat/components/ChatListItem.vue +++ b/components/chat/components/ChatListItem.vue @@ -301,7 +301,7 @@ > - + diff --git a/components/chat/components/Group.vue b/components/chat/components/Group.vue index 35a04ec..7769151 100644 --- a/components/chat/components/Group.vue +++ b/components/chat/components/Group.vue @@ -314,7 +314,7 @@ >
- +
- +
- +
- +
- + { @@ -1730,7 +1726,7 @@ export default { this.inviteLinkId = this.$route.query["invite-id"]; this.redirectViaInviteLink = true; } - + const tempGroupFilter = this.selectedGroupFilter; const payload = { type: tempGroupFilter.map((item) => item.id), @@ -2082,7 +2078,6 @@ export default { }, showMessages(groups, groupItem, index) { - const { $eventBus } = useNuxtApp(); $eventBus.emit("close-replays");