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}