- Jul 06, 2024
-
-
dakkar authored
this is in line with the behaviour of a note's detailed view, which does not show me replies from users who blocked me
f086bc23
-
What does this PR do?
As noted in real-time updates of replies may not honour blo... (#457 - closed), real time updates of replies in a note's detailed view included notes from users who blocked the currently logged-in user. This is undesirable: if I block someone, I don't want them to see any of me notes, even when I'm talking in their replies (timelines and notifications mostly already work this way).
With this change, we globally stop sending information about such replies to the frontend. Testing this is a bit annoying because lots of stuff is cached, so after blocking/unblocking we'd have to wait a bit before the change is effective.
Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines
this is in line with the behaviour of a note's detailed view, which does not show me replies from users who blocked me