purge chat and shout endpoints
[akkoma] / lib / pleroma / web / api_spec / operations / timeline_operation.ex
index 24d7929166f2ad2ef6993b7f7cb54aad9d0f8ad4..d375c76b8a1fa953d633d25c387b2a402f6c54e1 100644 (file)
@@ -43,7 +43,7 @@ defmodule Pleroma.Web.ApiSpec.TimelineOperation do
       tags: ["Timelines"],
       summary: "Direct timeline",
       description:
-        "View statuses with a “direct” scope addressed to the account. Using this endpoint is discouraged, please use [conversations](#tag/Conversations) or [chats](#tag/Chats).",
+        "View statuses with a “direct” scope addressed to the account. Using this endpoint is discouraged, please use [conversations](#tag/Conversations).",
       parameters: [with_muted_param() | pagination_params()],
       security: [%{"oAuth" => ["read:statuses"]}],
       operationId: "TimelineController.direct",