summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlibek Omarov <a1ba.omarov@gmail.com>2020-07-26 13:59:46 +0000
committerAlibek Omarov <a1ba.omarov@gmail.com>2020-07-26 13:59:46 +0000
commit6107440ea0da3a9e59576a86a9dab50acd83936e (patch)
tree5c7da0d47b05992a8f1d5bc3ca363f69a799c3af
parentb31844d6e01fc8bea4ecbe93b072846ca4309e88 (diff)
OpenAPI: remove accidentally pasted buffer data
-rw-r--r--lib/pleroma/web/api_spec/operations/chat_operation.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/chat_operation.ex b/lib/pleroma/web/api_spec/operations/chat_operation.ex
index 1a5b05899..b1a0d26ab 100644
--- a/lib/pleroma/web/api_spec/operations/chat_operation.ex
+++ b/lib/pleroma/web/api_spec/operations/chat_operation.ex
@@ -337,7 +337,7 @@ defmodule Pleroma.Web.ApiSpec.ChatOperation do
def mark_as_read do
%Schema{
- title: "MarkAsReadRequest",Update chat_operation.ex
+ title: "MarkAsReadRequest",
description: "POST body for marking a number of chat messages as read",
type: :object,
required: [:last_read_id],