index
:
pleroma
develop
fse
stable
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
support
/
websub_mock.ex
blob: 0cba0b7401785abc38914ab8243c1ca336148b5a (
plain
)
1
2
3
4
5
defmodule Pleroma.Web.WebsubMock do def verify(sub) do {:ok, sub} end end