From 4535046089a60a7000b2b02bf0ee8c4d73eeee7b Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Tue, 21 Mar 2023 15:45:51 +0100 Subject: [PATCH] Akkoma devs fucking suck Was this last commit even tested? Apparently. Deployed? No. Doesn't even work VANILLA, WHY WOULD IT WORK ANYWHERE ELSE??? Thank you for coming to my complaint session. --- src/lib/timeline_visibility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/timeline_visibility.js b/src/lib/timeline_visibility.js index 379f6214..ce66cf6c 100644 --- a/src/lib/timeline_visibility.js +++ b/src/lib/timeline_visibility.js @@ -1,5 +1,5 @@ const timelineVisibleUnauthenticated = (state, timeline) => ( - state.instance.publicTimelineVisibility[timeline] ?? false + publicTimelineVisible[timeline] ?? false ); const currentUser = (state) => state.users.currentUser;