better handling of bookmarks

This commit is contained in:
Henry Jameson 2025-06-24 17:01:17 +03:00
commit 187d43a4e5
4 changed files with 18 additions and 5 deletions

View file

@ -84,6 +84,7 @@ const NavPanel = {
isPrivate: this.privateMode,
currentUser: this.currentUser,
supportsBubbleTimeline: this.bubbleTimeline,
supportsBookmarkFolders: this.bookmarks
})
}
return filterNavigation(
@ -103,6 +104,7 @@ const NavPanel = {
hasChats: this.pleromaChatMessagesAvailable,
hasAnnouncements: this.supportsAnnouncements,
supportsBubbleTimeline: this.bubbleTimeline,
supportsBookmarkFolders: this.bookmarks,
isFederating: this.federating,
isPrivate: this.privateMode,
currentUser: this.currentUser