update mastofe paths (#95)
[akkoma] / lib / pleroma / web / api_spec / operations / chat_operation.ex
index b4970017256ea9e5211655a6b5c75add5c77a216..31fd150de4a8618fe0c22ae5d9d06592ff13506b 100644 (file)
@@ -128,11 +128,11 @@ defmodule Pleroma.Web.ApiSpec.ChatOperation do
     }
   end
 
-  def index_operation do
+  def index2_operation do
     %Operation{
       tags: ["Chats"],
       summary: "Retrieve list of chats",
-      operationId: "ChatController.index",
+      operationId: "ChatController.index2",
       parameters: [
         Operation.parameter(:with_muted, :query, BooleanLike, "Include chats from muted users")
         | pagination_params()