-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
[feature] client support for Local-Only Posting #3309
Comments
Is this something that existing clients (not the front-ends of the ActivityPub servers you mentioned) support? |
Ello ello, on main we support local only posting by setting the Re: the eyeball thing, we briefly considered it in this issue -- #301 -- but essentially we're wary of having "magic" emojis do things and would rather avoid that if possible. |
Thanks! That's helpful to know that it's so close (and in some ways already here.) Outside of the scope of this particular ticket, but I do wonder about the UI issue a lot more for handling interaction policies. |
Glitch doesn't use a Hometown does use a |
Ahh okay, I was just confusing glitch and hometown I think, thanks for the clarification. |
Well, it doesn't matter much, because there are no third-party clients that support Issues for adding it to our recommended clients: |
I'd also recommend seeing if it can be added to Elk/Phanpy, as both are pretty popular UI alternatives (and the latter in particular works very well with GTS). Even so, as a Feditext user on mobile, this will be nice. Thanks! |
@sgrigson Elk and Phanpy don't seem to support it today, but the Phanpy developer is fairly open to new features, at least. (I'm not familiar with the Elk devs yet.) |
Phanpy already has one open: |
And so does Elk: |
@VyrCossont I've already added support for local-only posting for Akkoma and Pleroma to Phanpy (cheeaun/phanpy#657), adding it for GtS shouldn't be a problem either, but I need to know how it will be implemented, since every fedi backend seems to have slightly different semantics for what they mean by Local-only! |
@Steffo99 oh cool, I didn't know you were a Phanpy contributor! So for GtS 0.17:
I believe Akkoma adds another visibility level for local-only posts instead of an orthogonal flag, so it won't work like Akkoma. This should get you compatible with Hometown as well, but not Glitch, unless someone finally gets the |
Is your feature request related to a problem ?
While it raises the question of which existing UI even supports local posts, it would still be nice to support this feature, especially for nascent island networks. In those scenarios, there's a great many occasions when messaging only your own server is desirable.
Describe the solution you'd like.
A mechanism (maybe keyed to how the Glitch fork of Mastodon does it, I'm not sure Hometown does it the same) to mark a post Local-Only, so it will not federate at all beyond the current server.
Glitch allows you to flag a post as local-only one of two ways:
In the case of the latter, that would allow us to make a post local-only without a UI feature.
Describe alternatives you've considered.
None
Additional context.
No response
The text was updated successfully, but these errors were encountered: