hometown-fork / hometown

A supported fork of Mastodon that provides local posting and a wider range of content types.
GNU Affero General Public License v3.0
743 stars 55 forks source link

Expose the "default_federation" preference on the preferences API #1229

Closed dariusk closed 1 year ago

dariusk commented 1 year ago

Now when you make a call to api/v1/preferences you get a posting:default:federation response, which is true if the user's posts federate by default, and false if the user's posts are local-only by default.

Fixes #1219