Revert "Merge branch 'feature/split-hide-network' into 'develop'"
This reverts merge request !733
This commit is contained in:
parent
28bfb09b01
commit
486749064f
10 changed files with 45 additions and 88 deletions
|
|
@ -30,8 +30,7 @@ defmodule Pleroma.User.Info do
|
|||
field(:topic, :string, default: nil)
|
||||
field(:hub, :string, default: nil)
|
||||
field(:salmon, :string, default: nil)
|
||||
field(:hide_followers, :boolean, default: false)
|
||||
field(:hide_followings, :boolean, default: false)
|
||||
field(:hide_network, :boolean, default: false)
|
||||
field(:pinned_activities, {:array, :string}, default: [])
|
||||
|
||||
# Found in the wild
|
||||
|
|
@ -144,8 +143,7 @@ defmodule Pleroma.User.Info do
|
|||
:no_rich_text,
|
||||
:default_scope,
|
||||
:banner,
|
||||
:hide_followings,
|
||||
:hide_followers,
|
||||
:hide_network,
|
||||
:background
|
||||
])
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue