diff --git a/src/components/WhoCanReply.tsx b/src/components/WhoCanReply.tsx
index ab6ef8293c..34ac3fe5bf 100644
--- a/src/components/WhoCanReply.tsx
+++ b/src/components/WhoCanReply.tsx
@@ -209,7 +209,12 @@ function Rules({
a.flex_wrap,
t.atoms.text_contrast_medium,
]}>
- {settings[0].type === 'everybody' ? (
+ {settings.length === 0 ? (
+
+ This post has an unknown type of threadgate on it. Your app may be
+ out of date.
+
+ ) : settings[0].type === 'everybody' ? (
Everybody can reply to this post.
) : settings[0].type === 'nobody' ? (
Replies to this post are disabled.