WIP: Add option to hide repeats from timeline #467
No reviewers
Labels
No labels
a11y
Bug
Bug fix
cannot reproduce
CSS
Documentation
enhancement
Feature
Feature request
Held for next release cycle
Minor change
performance
priority: critical
priority: high
priority: low
priority: medium
priority: patch welcome
regression
Translation/Locale
WIP
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AkkomaGang/akkoma-fe!467
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "novenary/akkoma-fe:hide_repeats"
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?
The frontend side was more or less done but I've decided that I want an intermediate setting for this.
On the backend, this requires exposing the right filters to the API. Right now this PR includes a hack to filter the timeline client-side.
The existing reply visibility setting is a 3-way switch:
Intermediate settings that could make sense for repeats:
@ -23,1 +23,4 @@if (hideReblogs) {// TODOdebugger;Couldn't figure this one out, I didn't notice it being called with the websocket enabled.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.