Merge branch 'develop' into refactor/notification_settings
[akkoma] / lib / pleroma / web / api_spec / schemas / status.ex
index a38b5b40fea0fbabb3773cea2003eb6023774aa3..947e42890744d80117615417361bd881f1e9c709 100644 (file)
@@ -189,6 +189,10 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Status do
           thread_muted: %Schema{
             type: :boolean,
             description: "`true` if the thread the post belongs to is muted"
+          },
+          parent_visible: %Schema{
+            type: :boolean,
+            description: "`true` if the parent post is visible to the user"
           }
         }
       },