Add comment

This commit is contained in:
Eric Bailey
2024-11-14 16:06:27 -06:00
parent 1bb2ca0a84
commit 99995f49fb
@@ -177,6 +177,11 @@ export function ListConvosProviderInner({
}),
}
} else {
/**
* We received a message from an conversation old enough that
* it doesn't exist in the query cache, meaning we need to
* refetch and bump the old convo to the top.
*/
debouncedRefetch()
}
})