mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2025-01-24 22:55:52 +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
|