logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 840dd01035581a37613f695facdd99fbf6ac8319
parent 32de0683c4069f5877722dce0b4f5a9a6825b7c7
Author: tusooa <tusooa@kazv.moe>
Date:   Sat,  1 Apr 2023 18:33:43 -0400

Fix duplicated schema names

Diffstat:

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

diff --git a/lib/pleroma/web/api_spec/operations/streaming_operation.ex b/lib/pleroma/web/api_spec/operations/streaming_operation.ex @@ -281,7 +281,7 @@ defmodule Pleroma.Web.ApiSpec.StreamingOperation do defp conversation_event do server_sent_event_helper( - "Conversation", + "Conversation update", "An update about a conversation", "conversation", Conversation