Revert "feat: added posthog"

This reverts commit c96be7d9e1.
This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-12-25 13:37:35 -08:00
parent c96be7d9e1
commit d9e6947fbd
18 changed files with 19 additions and 506 deletions

View file

@ -146,7 +146,7 @@ export function AppSidebarProvider({
setIsDeletingThread(true);
try {
await deleteThread(threadToDelete.id, searchSpaceId);
await deleteThread(threadToDelete.id);
// Invalidate threads query to refresh the list
queryClient.invalidateQueries({ queryKey: ["threads", searchSpaceId] });
} catch (error) {