florence-social / mastodon-fork

Florence's fork of Mastodon
GNU Affero General Public License v3.0
137 stars 15 forks source link

Non-federated toots #11

Open clarfonthey opened 5 years ago

clarfonthey commented 5 years ago

This is a glitch.social feature that we can incorporate. Documentation: https://glitch-soc.github.io/docs/features/local-only-toots/

lanodan commented 5 years ago

Hi, writing this one as pleroma developer.

We would want to have a proper scope / parameter in the protocol instead of using an emoji and I think it would be better to try to make our modifications on the APIs to be quite similar so feel free to ping me/us if you would want to use a parameter too.

Here is the current documentation of them for pleroma btw: https://docs-develop.pleroma.social/differences_in_mastoapi_responses.html.

clarfonthey commented 5 years ago

The documentation on that page is actually out of date; right now, glitch.social doesn't use the emoji any more.

Although, curiously, is a protocol addition really necessary if it's instance-local? Or is there a larger feature that I don't know about that you're referring to?

lanodan commented 5 years ago

By protocol I mean the user API, not OStatus/ActivityPub, so yeah it is necessary.

clarfonthey commented 5 years ago

Oh! Yes, that is something we should do.