Part of #31 — Settings & preferences parity — most of PATCH /api/user/update is unreachable from Android
Adds the four message-behaviour preferences and makes the composer and feed honour them.
| Field |
Effect |
defaultPubliclyVisible |
The composer's starting visibility |
maxMessageLength |
The account's character limit (default 666) |
messagesPerPage |
Feed page size |
showAdvancedPostSettings |
Whether the composer's advanced (gear) options are shown |
Note the web places the character limit under Profile, not Message Settings — mirror the
grouping users will have learned there, or make the search/label obvious either way.
Tests: PATCH carries each field; composer/feed read them.
Filed from the parity review of feature/parity-wip @ 14d7795 against interlinedlist.com (OpenAPI /api/openapi.json, 233 paths) and the public help centre.
Part of #31 — Settings & preferences parity — most of
PATCH /api/user/updateis unreachable from AndroidAdds the four message-behaviour preferences and makes the composer and feed honour them.
defaultPubliclyVisiblemaxMessageLengthmessagesPerPageshowAdvancedPostSettingsNote the web places the character limit under Profile, not Message Settings — mirror the
grouping users will have learned there, or make the search/label obvious either way.
Tests: PATCH carries each field; composer/feed read them.
Filed from the parity review of
feature/parity-wip@14d7795against interlinedlist.com (OpenAPI/api/openapi.json, 233 paths) and the public help centre.