better handling of bookmarks
This commit is contained in:
parent
97497b5945
commit
187d43a4e5
4 changed files with 18 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue