logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 96009739173e5e48a636bb964855eb7aea11c828
parent cbd1760efac872c00edad15f352ffe4d2e0e1e12
Author: Alex Gleason <alex@alexgleason.me>
Date:   Sat, 22 Jan 2022 22:57:42 -0600

mix format

Diffstat:

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

diff --git a/lib/pleroma/web/api_spec/operations/status_operation.ex b/lib/pleroma/web/api_spec/operations/status_operation.ex @@ -586,7 +586,7 @@ defmodule Pleroma.Web.ApiSpec.StatusOperation do nullable: true, allOf: [FlakeID], description: "ID of the status being quoted, if any" - }, + } }, example: %{ "status" => "What time is it?",