-
I didn't see this in the docs, so I thought I'd ask. Bsky supports reply permissions now (all, none, followers and/or mentioned). While it's possible to represent some of this in AP using Pixelfed vocabulary, this is not well-supported, so that most instances ignore the restriction outright. (I don't know how Bsky behaves, but I assume that it and Pixelfed will discard disallowed replies locally. That's still a context breakdown though.) It would be sort-of possible to map this one way (except strictly followers-only) using visibilities, but then that wouldn't safely translate back so it doesn't look like an option to me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Good question! At a basic level, I expect Bluesky reply restrictions will behave like any network-specific feature that doesn't have an equivalent in other networks: it'll work fine inside Bluesky, including with bridged users, but it won't apply outside Bluesky. Specifically, I expect you're right about the details: a fediverse user will be able to use BF to reply to a Bluesky post with reply restrictions, and that reply will be visible in the fediverse, but it won't be visible in Bluesky. I'm guessing this is the "context breakdown" you mentioned? Practically speaking, without widespread adoption of reply restrictions in the fediverse, I don't know that BF can do much about this. BF can't prevent people from replying in the fediverse. If those replies violate reply restrictions, BF could drop the replies itself, or it could bridge them and let Bluesky drop them, but the effect is the same either way. Thanks for raising the question. I'm open to ideas! |
Beta Was this translation helpful? Give feedback.
Regardless, you're right that this is worth adding to the docs. I've filed #956 for that.