From ddeb3b07680c8f077399162b77285fe84ca0c31b Mon Sep 17 00:00:00 2001 From: Hailey Date: Fri, 18 Jul 2025 19:18:57 -0700 Subject: [PATCH] fix moderation whack --- src/state/queries/post-feed.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/state/queries/post-feed.ts b/src/state/queries/post-feed.ts index 22e95fcd63..83195005ea 100644 --- a/src/state/queries/post-feed.ts +++ b/src/state/queries/post-feed.ts @@ -217,6 +217,7 @@ export function usePostFeedQuery( * moderations happen later, which results in some posts being shown and * some not. */ + // TODO: this is _not_ a good way to tell if we are signed in, frankly. we might want to change this -hailey if (!agent.session) { assertSomePostsPassModeration( res.feed,