polyamspace / mastodon

Custom Mastodon fork used by https://polyam.space
GNU Affero General Public License v3.0
1 stars 2 forks source link

Add account bio, display name and profile fields limits to instance s… #532

Closed polyamAdmin closed 5 months ago

polyamAdmin commented 5 months ago

…erializer

Requirement for #528

Exposes max_bio_chars, max_display_name_chars and max_profile_fields to configuration.accounts

Vanilla has these hardcoded, but glitch-soc allows these to be configurable, so exposing these to clients makes sense. Also vanilla has the bad habit of hardcoding these in the frontend (see onboarding)