Merge branch 'explicit-addressing' into 'develop'
[akkoma] / lib / pleroma / web / mastodon_api / views / account_view.ex
index dc32a152549f2e41f297504b16f78d77b655b5de..b91726b45df557f97c18e42bb86b67a4a8f70407 100644 (file)
@@ -124,7 +124,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do
         hide_followers: user.info.hide_followers,
         hide_follows: user.info.hide_follows,
         hide_favorites: user.info.hide_favorites,
-        relationship: relationship
+        relationship: relationship,
+        skip_thread_containment: user.info.skip_thread_containment
       }
     }
     |> maybe_put_role(user, opts[:for])