Rename user.settings column

This is used exclusively by MastoFE/GlitchFE now
This commit is contained in:
Mark Felder 2020-06-30 11:50:53 -05:00
commit d69af7f742
4 changed files with 16 additions and 5 deletions

View file

@ -24,7 +24,7 @@ defmodule Pleroma.Web.MastodonAPI.MastoFEController do
assert _result = json_response(conn, 200)
user = User.get_cached_by_ap_id(user.ap_id)
assert user.settings == %{"programming" => "socks"}
assert user.mastofe_settings == %{"programming" => "socks"}
end
describe "index/2 redirections" do