about summary refs log tree commit diff
path: root/src/screens/Moderation/index.tsx
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-10-10 11:47:12 -0500
committerGitHub <noreply@github.com>2024-10-10 09:47:12 -0700
commit509e3d9c85d7b5d793049282cd47a9821a3ecc38 (patch)
tree1c3c86c6c240245ed01f60f16d774c90a33360bf /src/screens/Moderation/index.tsx
parent676e6269e72f5e3ab4f394ca6cc0296945fe5210 (diff)
downloadvoidsky-509e3d9c85d7b5d793049282cd47a9821a3ecc38.tar.zst
Filter out non-configrable mod authorities from report dialog (#5670)
Diffstat (limited to 'src/screens/Moderation/index.tsx')
-rw-r--r--src/screens/Moderation/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Moderation/index.tsx b/src/screens/Moderation/index.tsx
index 070b87950..3b997009b 100644
--- a/src/screens/Moderation/index.tsx
+++ b/src/screens/Moderation/index.tsx
@@ -169,7 +169,7 @@ export function ModerationScreenInner({
     isLoading: isLabelersLoading,
     data: labelers,
     error: labelersError,
-  } = useMyLabelersQuery()
+  } = useMyLabelersQuery({includeNonConfigurable: true})
 
   useFocusEffect(
     React.useCallback(() => {