Add federating plug & public tests

This commit is contained in:
href 2018-11-06 14:44:00 +01:00
commit 013f7ba8c1
No known key found for this signature in database
GPG key ID: EE8296C1A152C325
4 changed files with 116 additions and 0 deletions

View file

@ -527,6 +527,7 @@ defmodule Pleroma.Web.TwitterAPI.Controller do
else
conn
|> forbidden_json_reply("Invalid credentials.")
|> halt()
end
end