Fix unsubscribe event type in streaming doc

This commit is contained in:
tusooa 2023-04-01 17:15:58 -04:00
parent c13f0a8460
commit 32de0683c4
No known key found for this signature in database
GPG Key ID: 42AEC43D48433C51

View File

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