Merge branch 'akkoma' into shigusegubu-themes3
This commit is contained in:
commit
a2391a11cf
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ export const filterNavigation = (list = [], {
|
||||||
if ((!currentUser || !currentUser.locked) && set.has('lockedUser')) return false
|
if ((!currentUser || !currentUser.locked) && set.has('lockedUser')) return false
|
||||||
if (!hasChats && set.has('chats')) return false
|
if (!hasChats && set.has('chats')) return false
|
||||||
if (!hasAnnouncements && set.has('announcements')) return false
|
if (!hasAnnouncements && set.has('announcements')) return false
|
||||||
if (supportsBookmarkFolders && set.has('supportsBookmarkFolders')) return false
|
if (!supportsBookmarkFolders && set.has('supportsBookmarkFolders')) return false
|
||||||
if (supportsBubbleTimeline && set.has('supportsBubbleTimeline')) return false
|
if (!supportsBubbleTimeline && set.has('supportsBubbleTimeline')) return false
|
||||||
return true
|
return true
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue