Only handle subscription requests for now.
This commit is contained in:
parent
8fb73c28bb
commit
c585f9e26c
3 changed files with 4 additions and 4 deletions
|
|
@ -9,7 +9,7 @@ defmodule Pleroma.Web.Websub.WebsubControllerTest do
|
|||
|
||||
data = %{
|
||||
"hub.callback": "http://example.org/sub",
|
||||
"hub.mode": "subscription",
|
||||
"hub.mode": "subscribe",
|
||||
"hub.topic": Pleroma.Web.OStatus.feed_path(user),
|
||||
"hub.secret": "a random secret",
|
||||
"hub.lease_seconds": "100"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue