Merge branch 'feature/mrf-mediaproxy-warm' into 'develop'
[akkoma] / lib / pleroma / user / info.ex
index fb9ab92ab851c0db79339296e9a5bc2d2e6cd058..08e43ff0fb9129e90cf1eceb7a6616207e3a5d1b 100644 (file)
@@ -55,6 +55,8 @@ defmodule Pleroma.User.Info do
       }
     )
 
+    field(:skip_thread_containment, :boolean, default: false)
+
     # Found in the wild
     # ap_id -> Where is this used?
     # bio -> Where is this used?
@@ -220,6 +222,7 @@ defmodule Pleroma.User.Info do
       :hide_favorites,
       :background,
       :show_role,
+      :skip_thread_containment,
       :pleroma_settings_store
     ])
   end