Local and Federated timelines #10
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: blisstown/campfire#10
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
users should be able to browse their local and federated timelines.
an option to select a desired timeline should be provided in the "Timeline" page, and this preference should be saved upon navigating away from the page. the option may be accessible via a drop-down menu, as opposed to the three-button system currently implemented.
each timeline might be queried via the following endpoints:
GET /api/v1/timelines/home
GET /api/v1/timelines/public?local=true
GET /api/v1/timelines/public
the latter two endpoints may need to be investigated to ensure they return the expected timelines.