This commit is contained in:
Eric Bailey
2025-01-02 16:08:04 -06:00
parent a1d4c1eadc
commit 1dbeff9852
@@ -120,6 +120,11 @@ let NotificationFeedItem = ({
}
const onBeforePress = React.useCallback(() => {
/*
* Notification returns ProfileView, which has one additional field on top
* of `Basic`: `indexedAt`. Harmless for now, but should be fixed.
*/
// @ts-expect-error TODO
precacheProfile(queryClient, item.notification.author)
}, [queryClient, item.notification.author])