mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2025-01-02 13:26:40 +00:00
6 lines
82 B
Elixir
6 lines
82 B
Elixir
defmodule Pleroma.Web.WebsubMock do
|
|
def verify(sub) do
|
|
{:ok, sub}
|
|
end
|
|
end
|