Fix up no-unauthenticated posts

This commit is contained in:
Eric Bailey
2025-06-09 17:16:44 -05:00
parent 4bf439d339
commit 03bf51206b
9 changed files with 161 additions and 7 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export function PostThreadScreen({route}: Props) {
return (
<Layout.Screen testID="postThreadScreen">
{gate('post_threads_v2_unspecced') ? (
{gate('post_threads_v2_unspecced') || __DEV__ ? (
<Inner uri={uri} />
) : (
<PostThreadComponent uri={uri} />