logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: a5f64ffd0cba5e183744cf46506656ba61d36eda
parent fa02a1e634632bb672b53c244179d3088ffe8423
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date:   Fri, 19 Jan 2024 21:28:15 +0000

Apply lanodan’s suggestion to 1 file

Diffstat:

Mlib/pleroma/web/api_spec/schemas/poll.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/web/api_spec/schemas/poll.ex b/lib/pleroma/web/api_spec/schemas/poll.ex @@ -60,7 +60,7 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Poll do pleroma: %Schema{ type: :object, properties: %{ - non_anonymous: %Schema{type: :boolean, description: "Is the voters collection public?"} + non_anonymous: %Schema{type: :boolean, description: "Can voters be publicly identified?"} } } },