Merge branch 're-mrf' into 'develop'
[akkoma] / lib / pleroma / user / info.ex
index 49b2f0edab1e66cd5e540e5446b6b05e50ca5c71..7a99787f81a78405e3253cbb07a290990fc68fff 100644 (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?
@@ -135,6 +136,7 @@ defmodule Pleroma.User.Info do
       :no_rich_text,
       :default_scope,
       :banner,
+      :hide_network,
       :background
     ])
   end