Merge branch 'develop' into feature/database-compaction
[akkoma] / lib / pleroma / web / router.ex
index 172f337db6556d6aba71dd3ea6ea0ea47022d68c..a809347bea4b24a9325ddb4854c180c38a374f98 100644 (file)
@@ -261,6 +261,7 @@ defmodule Pleroma.Web.Router do
       post("/notifications/dismiss", MastodonAPIController, :dismiss_notification)
       get("/notifications", MastodonAPIController, :notifications)
       get("/notifications/:id", MastodonAPIController, :get_notification)
+      delete("/notifications/destroy_multiple", MastodonAPIController, :destroy_multiple)
 
       get("/scheduled_statuses", MastodonAPIController, :scheduled_statuses)
       get("/scheduled_statuses/:id", MastodonAPIController, :show_scheduled_status)