From 8e6b3a9ea23bdcb5a89d22864ce4182d7ae2eea6 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 13 Feb 2025 14:06:26 -0600 Subject: [PATCH] Revert change --- src/state/queries/threadgate/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/queries/threadgate/types.ts b/src/state/queries/threadgate/types.ts index ba7185486b..bbe677ad41 100644 --- a/src/state/queries/threadgate/types.ts +++ b/src/state/queries/threadgate/types.ts @@ -3,5 +3,5 @@ export type ThreadgateAllowUISetting = | {type: 'nobody'} | {type: 'mention'} | {type: 'following'} - | {type: 'list'; list: string} | {type: 'followers'} + | {type: 'list'; list: string}