Rename user.settings column
This is used exclusively by MastoFE/GlitchFE now
This commit is contained in:
parent
b9e6ad571a
commit
d69af7f742
4 changed files with 16 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue