update api to set skip_thread_containment
[akkoma] / lib / pleroma / web / twitter_api / views / user_view.ex
index f0a4ddbd3be1964eeb2116682bb20e87da4387d5..84875613a50f8aa168017eaed64d65c465a7bbc7 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)
       }