Remove MastoFE settings from users table
This commit is contained in:
parent
8afa3f2d1b
commit
ca79aab0bf
3 changed files with 9 additions and 11 deletions
|
|
@ -1631,7 +1631,6 @@ defmodule Pleroma.UserTest do
|
|||
ap_enabled: true,
|
||||
is_moderator: true,
|
||||
is_admin: true,
|
||||
mastofe_settings: %{"a" => "b"},
|
||||
mascot: %{"a" => "b"},
|
||||
emoji: %{"a" => "b"},
|
||||
pleroma_settings_store: %{"q" => "x"},
|
||||
|
|
@ -1673,7 +1672,6 @@ defmodule Pleroma.UserTest do
|
|||
ap_enabled: false,
|
||||
is_moderator: false,
|
||||
is_admin: false,
|
||||
mastofe_settings: nil,
|
||||
mascot: nil,
|
||||
emoji: %{},
|
||||
pleroma_settings_store: %{},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue