most stuff seem to work without errors

This commit is contained in:
Henry Jameson 2026-01-23 00:17:27 +02:00
commit 80e09efd71
22 changed files with 116 additions and 155 deletions

View file

@ -66,8 +66,7 @@ const TimelineMenu = {
...mapPiniaState(useInstanceStore, {
bookmarkFolders: (state) =>
state.featureSet.pleromaBookmarkFoldersAvailable,
bubbleTimeline: (state) =>
state.featureSet.localBubble,
bubbleTimeline: (state) => state.featureSet.localBubble,
privateMode: (state) => state.private,
federating: (state) => state.federating,
}),