OpenAPI: remove accidentally pasted buffer data
authorAlibek Omarov <a1ba.omarov@gmail.com>
Sun, 26 Jul 2020 13:59:46 +0000 (13:59 +0000)
committerAlibek Omarov <a1ba.omarov@gmail.com>
Sun, 26 Jul 2020 13:59:46 +0000 (13:59 +0000)
lib/pleroma/web/api_spec/operations/chat_operation.ex

index 1a5b05899bd13b3b3cbf031d9182357747f353ac..b1a0d26ab6e51f3315db9e7508c19717c6b91eef 100644 (file)
@@ -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],