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