timeline visiblity stuff etc etc

This commit is contained in:
CoolElectronics 2024-06-10 22:53:10 -04:00
parent 084fe71903
commit 958dfaa960
No known key found for this signature in database
GPG key ID: F63593D168636C50
8 changed files with 63 additions and 3 deletions

View file

@ -11,7 +11,8 @@ const currentUserOrTimelineVisibleUnauthenticated = (state, timeline) => (
const federatedTimelineAvailable = (state) => state.instance.federatedTimelineAvailable;
export const federatedTimelineVisible = (state) => (
federatedTimelineAvailable(state) && currentUserOrTimelineVisibleUnauthenticated(state, 'federated')
//federatedTimelineAvailable(state) && should always be available?
currentUserOrTimelineVisibleUnauthenticated(state, 'federated')
);
export const publicTimelineVisible = (state) => (