-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INVESTIGATE: Support minimal "replying to..." pseudo-quotes in replies without harming privacy #20
Comments
Is it really a privacy concern to show the post that's being replied to? The replied post can still be seen if you click on the post even if the "replying to" setting is disabled, right? |
This is more about friction than prevention. It's not that people CAN'T do it, it's that they're less likely to when there is more effort required. |
I guess my question is, is it really a privacy concern? What would be the benefit of the "opt-out" of being shown in replies? I haven't given this too much thought though so I could be missing something. Is it like, the person being replied to doesn't know their post is being shared with our instance since it wasn't boosted? My main concern with only having the preview sometimes show is that it'll probably be very confusing that some replies will show the original post while others won't. |
So, I think this should behave vaguely like RTs on birdsite in terms of having it be something you enable at time of post, right? Like, "I want this reply to include a quote of what I'm replying to, but only the beginning of it" lol. This would likely be a local-only feature unless it gets adopted upstream. Re: privacy, that's part of it. Imagine you have a problem with a stalker or harasser. Privacy settings currently allow you to strictly control who is even aware your account exists. If the preview can't be prevented from exposing information to would-be attackers then it's a no-go. Someone who wants to whitelist their post visibility should not have to worry about one of those whitelisted people making a reproduction of some of post contents in their own, more visible posts. The best approach may be to design it so that you can't see the preview for a post that you don't also have visibility on, independent of the visibility of the reply containing the preview |
Oh yeah that'd be an issue for sure. A permissions check is definitely required of course. I think adding a "replying to..." above the post with just the user would be very nice, the Megalodon Android app has it (and I believe the official Mastodon Android app as well) Maybe the following rules would be good:
I think later we can add a user-setting to opt-in for post content being shown in reply indicators if your post is unlisted. Might even be good to add this to server-to-server communication if we want to merge this into glitch-soc. And of course, we should add a local setting to disable this feature for people who just don't like the look 😄 related (not quite the same thing, but related) - mastodon#19690 |
Pitch
Multiple theoretical components to this feature:
Motivation
With the ability to push replies into public timelines, usefulness is diminished when replies show no context from the post being replied to. It'd be great to find a non-invasive/privacy-breaking way to allow replies to include very limited context of the post being replied to
The text was updated successfully, but these errors were encountered: