FE does not properly hide TWKN when restrict_unauthenticated is configured to restrict it #1216

Open
opened 2022-11-05 22:46:39 +00:00 by noirscape · 0 comments
Member

Pleroma-FE doesn't properly hide the TWKN timeline when the restrict_unauthenticated/timelines/federated setting is set to true and the visitor is not logged in. Instead, the page is still visible under the timelines tab and shows the error shown below.

 Error fetching timeline: t.map is not a function 

This should probably be handled more gracefully (disable the endpoint and hide it from the navbox would be one way to do so).

Pleroma-FE doesn't properly hide the TWKN timeline when the `restrict_unauthenticated/timelines/federated` setting is set to `true` and the visitor is not logged in. Instead, the page is still visible under the timelines tab and shows the error shown below. ``` Error fetching timeline: t.map is not a function ``` This should probably be handled more gracefully (disable the endpoint and hide it from the navbox would be one way to do so).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pleroma/pleroma-fe#1216
No description provided.