fix realtime updates in 'following' replies filter #285

Merged
floatingghost merged 1 commits from flisk/akkoma-fe:fix-realtime-reply-filter into develop 2023-03-10 18:56:32 +00:00
Contributor

with realtime updates enabled and the "show replies to my follows" filter enabled, no new posts would show up unless they were replies to my follows. this changes the filter to always let non-reply statuses through.

with realtime updates enabled and the "show replies to my follows" filter enabled, no new posts would show up unless they were replies to my follows. this changes the filter to always let non-reply statuses through.
flisk added 1 commit 2023-02-23 23:28:05 +00:00
ci/woodpecker/pr/woodpecker Pipeline was successful Details
999c38594e
fix realtime updates in 'following' replies filter
i'm not sure how this code was supposed to work, but the way it was
written would only add statuses to the timeline if they were in reply to
someone the user is following and erroneously filter out posts that
aren't replies.

ah that makes sense

thanks!

ah that makes sense thanks!
floatingghost merged commit 6a9764951f into develop 2023-03-10 18:56:32 +00:00
floatingghost deleted branch fix-realtime-reply-filter 2023-03-10 18:56:32 +00:00
Sign in to join this conversation.
No description provided.