summaryrefslogtreecommitdiff
path: root/test/support/websub_mock.ex
blob: e3d5a5b161d519f225960eb1b51c55136fd24653 (plain)
1
2
3
4
5
6
7
8
9
# Pleroma: A lightweight social networking server
# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.WebsubMock do
  def verify(sub) do
    {:ok, sub}
  end
end