mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 11:19:19 +00:00
5 lines
82 B
Elixir
5 lines
82 B
Elixir
defmodule Pleroma.Web.WebsubMock do
|
|
def verify(sub) do
|
|
{:ok, sub}
|
|
end
|
|
end
|