Allow update_credentials to update User.language
This commit is contained in:
parent
0149ea4538
commit
396f036b13
@ -221,6 +221,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountController do
|
||||
# Note: param name is indeed :discoverable (not an error)
|
||||
|> Maps.put_if_present(:is_discoverable, params[:discoverable])
|
||||
|> Maps.put_if_present(:birthday, params[:birthday])
|
||||
|> Maps.put_if_present(:language, params[:language])
|
||||
|
||||
# What happens here:
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user