about summary refs log tree commit diff
path: root/src/view/screens/ProfileFeed.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/screens/ProfileFeed.tsx')
-rw-r--r--src/view/screens/ProfileFeed.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/view/screens/ProfileFeed.tsx b/src/view/screens/ProfileFeed.tsx
index 3974d3a11..2cdcdb3b5 100644
--- a/src/view/screens/ProfileFeed.tsx
+++ b/src/view/screens/ProfileFeed.tsx
@@ -129,6 +129,9 @@ export const ProfileFeedScreen = withAuthRequired(
       </CenteredView>
     )
   },
+  {
+    isPublic: true,
+  },
 )
 
 function ProfileFeedScreenIntermediate({feedUri}: {feedUri: string}) {