Skip to content

Commit 5850642

Browse files
committed
fix(pages): fix request sent notification
1 parent 1fd560b commit 5850642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/src/layouts/PagesLayout/MainToolbar/Notifications/Items/GroupRequestSent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const canCancelRequest = computed(
7878
const canAcceptRequest = computed(() => {
7979
const rejected = realtimeCtx.hget(
8080
'group-join-request',
81-
`${notificationContent.value.groupId}:${authStore().userId}`,
81+
`${notificationContent.value.groupId}:${notificationContent.value.agentId}`,
8282
'rejected',
8383
);
8484

0 commit comments

Comments
 (0)