Hide network in ap.

This commit is contained in:
lain 2018-12-02 17:35:32 +01:00
commit 6be0ab1e55
3 changed files with 35 additions and 6 deletions

View file

@ -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?