grain.social is a photo sharing platform built on atproto. grain.social
atproto photography appview
57
fork

Configure Feed

Select the types of activity you want to include in your feed.

invalidate profile query after editing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+1
+1
app/routes/settings/profile/+page.svelte
··· 122 122 // Save EXIF preference 123 123 await setIncludeExif(localIncludeExif) 124 124 queryClient.invalidateQueries({ queryKey: ['preferences'] }) 125 + queryClient.invalidateQueries({ queryKey: ['actorProfile', $viewer.did] }) 125 126 126 127 // Update local viewer store 127 128 $viewer = {