Merge branch 'akkoma' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2025-06-18 19:58:45 +03:00
commit a2391a11cf

View file

@ -15,8 +15,8 @@ export const filterNavigation = (list = [], {
if ((!currentUser || !currentUser.locked) && set.has('lockedUser')) return false
if (!hasChats && set.has('chats')) return false
if (!hasAnnouncements && set.has('announcements')) return false
if (supportsBookmarkFolders && set.has('supportsBookmarkFolders')) return false
if (supportsBubbleTimeline && set.has('supportsBubbleTimeline')) return false
if (!supportsBookmarkFolders && set.has('supportsBookmarkFolders')) return false
if (!supportsBubbleTimeline && set.has('supportsBubbleTimeline')) return false
return true
})
}