You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, if an account has blocked you on Bluesky, you can still interact with that account's posts if you have the post URI. Tested all types of record creation (like, reply, repost, quote post) and they all posted successfully and are visible on the timeline. While the first three are still not visible to the account that did the blocking, I am worried that the quote post functioning is a viable harassment vector.
Expected behavior
Ideally, the block should prevent these functions from resolving. I think either the PDS should have logic that prevents these records from being created, or the AppView can prevent these records from being displayed.
The text was updated successfully, but these errors were encountered:
Describe the bug
Right now, if an account has blocked you on Bluesky, you can still interact with that account's posts if you have the post URI. Tested all types of record creation (like, reply, repost, quote post) and they all posted successfully and are visible on the timeline. While the first three are still not visible to the account that did the blocking, I am worried that the quote post functioning is a viable harassment vector.
Expected behavior
Ideally, the block should prevent these functions from resolving. I think either the PDS should have logic that prevents these records from being created, or the AppView can prevent these records from being displayed.
The text was updated successfully, but these errors were encountered: