logo

pleroma

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

Fix unsubscribe event type in streaming doc

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 @@ -391,7 +391,7 @@ defmodule Pleroma.Web.ApiSpec.StreamingOperation do client_sent_event_helper( "Unsubscribe", "Unsubscribe from a stream.", - "subscribe", + "unsubscribe", stream_specifier(), required: [:stream], example: %{