Handle full incoming feeds.

This commit is contained in:
Roger Braun 2017-04-29 21:13:21 +02:00
commit a16da387d2
4 changed files with 92 additions and 18 deletions

View file

@ -41,6 +41,8 @@ defmodule Pleroma.Web.Websub.WebsubControllerTest do
assert response(conn, 200) == "some challenge"
assert websub.state == "accepted"
# TODO valid_until
end
test "handles incoming feed updates", %{conn: conn} do