[Bug] Newly fetched statuses do not respect reply filtering setting on Home TL #68
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#68
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?
If I set Reply filtering to "My follows only" or "To my self only" it will work on reload, but as it fetches more posts, the new posts do not respect the setting
+1, I'm also experiencing this issue
pls use reactions:
instead of bumping, as bumping causes email notifications to be generated
Sorry, I didn't know that was a thing ^-^
Updating this, the issue has apparently always been on just the Home timeline.
[Bug] Newly fetched statuses do not respect reply filtering settingto [Bug] Newly fetched statuses do not respect reply filtering setting on Home TLThe issue, it turns out, is the
useStreamingApi
option, which is set totrue
by default in akkoma-fe. The bug happens regardless of ifstreaming
is turned on, so long as the "Receive posts and notifications in real time" option is enabled (useStreamingApi
).I recommend to disable by default until lanodan fixes this code upstream (they're aware of it)
half-fixed in #172, this will turn off streaming by default, and also has a basic reply filtering implementation
this may not work 100%, due to relationships not being fetched, so it may be slightly over-zealous, but it will "work" for now