use pendingMembers context

This commit is contained in:
2026-02-22 16:31:24 +01:00
parent 17ca3a9e95
commit 258170d4d8
@@ -11,10 +11,7 @@ export const userCreatedListener = (echo, userData, setNotifications, setunreadN
};
setNotifications(prev => [newNotification, ...prev]);
setunreadNotification(true);
if (typeof updatePendingMembers === "function") {
updatePendingMembers();
}
updatePendingMembers();
});
return channelName;
}