[Bug] Newly fetched statuses do not respect reply filtering setting on Home TL #68

Open
opened 2022-07-27 20:44:41 +00:00 by eris · 6 comments
Contributor

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

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 ![](https://akko.disqordia.space/media/76342f0b-b62f-4d5a-9b69-cf2d78136d56/Capture.PNG)
eris added the
Bug
label 2022-08-01 18:05:14 +00:00

+1, I'm also experiencing this issue

+1, I'm also experiencing this issue

pls use reactions: image

instead of bumping, as bumping causes email notifications to be generated

pls use reactions: ![image](/attachments/8ac50746-ff67-4e99-bc24-1d6925fa6124) instead of bumping, as bumping causes email notifications to be generated

pls use reactions: image

instead of bumping, as bumping causes email notifications to be generated

Sorry, I didn't know that was a thing ^-^

> pls use reactions: ![image](/attachments/8ac50746-ff67-4e99-bc24-1d6925fa6124) > > instead of bumping, as bumping causes email notifications to be generated Sorry, I didn't know that was a thing ^-^
Author
Contributor

Updating this, the issue has apparently always been on just the Home timeline.

Updating this, the issue has apparently always been on just the Home timeline.
eris changed title from [Bug] Newly fetched statuses do not respect reply filtering setting to [Bug] Newly fetched statuses do not respect reply filtering setting on Home TL 2022-08-10 02:19:09 +00:00
Author
Contributor

The issue, it turns out, is the useStreamingApi option, which is set to true by default in akkoma-fe. The bug happens regardless of if streaming 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)

The issue, it turns out, is the `useStreamingApi` option, which is set to `true` by default in akkoma-fe. The bug happens regardless of if `streaming` 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

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
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
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: AkkomaGang/akkoma-fe#68
No description provided.