mirror of
https://github.com/mastodon/mastodon.git
synced 2026-07-12 22:41:36 -05:00
Accept avatar_description and header_description in /api/v1/accounts/update_credentials (#39547)
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
parent
761c61b425
commit
0c8fef8e84
|
|
@ -27,7 +27,9 @@ class Api::V1::Accounts::CredentialsController < Api::BaseController
|
|||
:display_name,
|
||||
:note,
|
||||
:avatar,
|
||||
:avatar_description,
|
||||
:header,
|
||||
:header_description,
|
||||
:locked,
|
||||
:bot,
|
||||
:discoverable,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user