Hide network in ap.
This commit is contained in:
parent
371d96b1da
commit
6be0ab1e55
3 changed files with 35 additions and 6 deletions
|
|
@ -24,6 +24,7 @@ defmodule Pleroma.User.Info do
|
|||
field(:topic, :string, default: nil)
|
||||
field(:hub, :string, default: nil)
|
||||
field(:salmon, :string, default: nil)
|
||||
field(:hide_network, :boolean, default: false)
|
||||
|
||||
# Found in the wild
|
||||
# ap_id -> Where is this used?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue