Merge branch 'develop' into feature/addressable-lists
[akkoma] / lib / pleroma / web / twitter_api / views / user_view.ex
index 550f35f5f796f688213279b3e4400c018813bc49..8d88920685f8cd03dfe37ba72ec10cab932c3a5c 100644 (file)
@@ -118,7 +118,8 @@ defmodule Pleroma.Web.TwitterAPI.UserView do
         "pleroma" =>
           %{
             "confirmation_pending" => user_info.confirmation_pending,
-            "tags" => user.tags
+            "tags" => user.tags,
+            "skip_thread_containment" => user.info.skip_thread_containment
           }
           |> maybe_with_activation_status(user, for_user)
           |> with_notification_settings(user, for_user)