From: lain Date: Wed, 24 Jun 2020 12:33:00 +0000 (+0200) Subject: Status schema: Add parent_visible. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=4c5fb831b3b59309a475a141eb73cc440533d0ff;p=akkoma Status schema: Add parent_visible. --- diff --git a/lib/pleroma/web/api_spec/schemas/status.ex b/lib/pleroma/web/api_spec/schemas/status.ex index 8b87cb25b..28cde963e 100644 --- a/lib/pleroma/web/api_spec/schemas/status.ex +++ b/lib/pleroma/web/api_spec/schemas/status.ex @@ -184,6 +184,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" } } },