diff options
author | lain <lain@soykaf.club> | 2019-05-31 14:49:46 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-05-31 14:49:46 +0200 |
commit | aaad85c4d908dd14c1d836ebe2a5302cfdfaff2e (patch) | |
tree | 9c35561cd952f42acc8538b838eb383be4739de3 /lib | |
parent | eb2963bc43f2cb195c2f19e6081c3faa6375fe4e (diff) | |
download | pleroma-aaad85c4d908dd14c1d836ebe2a5302cfdfaff2e.tar.gz |
AccountView: settings -> settings_store
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/mastodon_api/views/account_view.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/mastodon_api/views/account_view.ex b/lib/pleroma/web/mastodon_api/views/account_view.ex index 04d485340..dc32a1525 100644 --- a/lib/pleroma/web/mastodon_api/views/account_view.ex +++ b/lib/pleroma/web/mastodon_api/views/account_view.ex @@ -157,7 +157,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do with_pleroma_settings: true }) do data - |> Kernel.put_in([:pleroma, :settings], info.pleroma_settings_store) + |> Kernel.put_in([:pleroma, :settings_store], info.pleroma_settings_store) end defp maybe_put_settings_store(data, _, _, _), do: data |