This commit is contained in:
Henry Jameson 2025-06-24 17:15:00 +03:00
commit acd43a8593

View file

@ -126,7 +126,8 @@ const NavPanel = {
isFederating: this.federating, isFederating: this.federating,
isPrivate: this.privateMode, isPrivate: this.privateMode,
currentUser: this.currentUser, currentUser: this.currentUser,
supportsBubbleTimeline: this.bubbleTimeline supportsBubbleTimeline: this.bubbleTimeline,
supportsBookmarkFolders: this.bookmarkFolders
} }
) )
}, },