Add federating plug & public tests
[akkoma] / lib / pleroma / web / twitter_api / twitter_api_controller.ex
index 3054a8106d85fcc65d497e09f083621574500b41..83d725f13987da91f6807a3586c934fc613563b2 100644 (file)
@@ -527,6 +527,7 @@ defmodule Pleroma.Web.TwitterAPI.Controller do
     else
       conn
       |> forbidden_json_reply("Invalid credentials.")
+      |> halt()
     end
   end