From 4e87e8107626e0a1680f52b7e6a804453cd6fa98 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Mon, 13 Jan 2025 11:23:54 -0300 Subject: [PATCH] refactor: remove bookmarks in status-list reducer --- src/reducers/status-lists.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/reducers/status-lists.ts b/src/reducers/status-lists.ts index 5e6f18b76..70a174be0 100644 --- a/src/reducers/status-lists.ts +++ b/src/reducers/status-lists.ts @@ -71,7 +71,6 @@ type StatusList = ReturnType; const initialState: State = ImmutableMap({ favourites: StatusListRecord(), - bookmarks: StatusListRecord(), pins: StatusListRecord(), scheduled_statuses: StatusListRecord(), recent_events: StatusListRecord(),