mirror of
https://git.rape.pet/ulith/amputoma.git
synced 2025-02-24 21:53:59 +01:00
5 lines
82 B
Elixir
5 lines
82 B
Elixir
defmodule Pleroma.Web.WebsubMock do
|
|
def verify(sub) do
|
|
{:ok, sub}
|
|
end
|
|
end
|