Files
Samuel Newman fce5402e6f remove leave-convo suppression, use real optimistic update
useLeftConvos() filtered convos out of every list based on leave-mutation
state, working around a slow backend leaveConvo query. now that the
backend is fast, replace it with a working optimistic update: the old
onMutate used setQueryData with just the root key, which never matched
any real query, so it was a no-op. switch to setQueriesData (prefix
match) across both the convo-list and requests caches, with snapshot
rollback on error, mirroring useAcceptConversation.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 11:37:17 +03:00
..
2026-06-04 01:03:11 +03:00
2026-06-10 03:18:50 +00:00
2026-06-01 15:21:50 -07:00
2026-03-25 00:50:26 -07:00