most stuff seem to work without errors
This commit is contained in:
parent
35a3d59235
commit
80e09efd71
22 changed files with 116 additions and 155 deletions
|
|
@ -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,
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue