From 8214903ba3496d3dbcc3023361e14d386d7470e5 Mon Sep 17 00:00:00 2001 From: Mehdi104797 <92753457+Mehdi104797@users.noreply.github.com> Date: Sat, 5 Apr 2025 13:35:07 +0330 Subject: [PATCH] =?UTF-8?q?=D8=AA=D8=BA=DB=8C=DB=8C=D8=B1=D8=A7=D8=AA=20?= =?UTF-8?q?=D8=AF=D8=B1=20=D9=86=D9=85=D8=A7=DB=8C=D8=B4=20=20=DA=AF=D9=81?= =?UTF-8?q?=D8=AA=DA=AF=D9=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/chat/components/ChatListItem.vue | 4 +-- components/chat/components/Group.vue | 27 +++++++++------------ 2 files changed, 13 insertions(+), 18 deletions(-) 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");