Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into emoji-reaction-extensions

This commit is contained in:
lain 2020-01-20 18:10:55 +01:00
commit 7d8b709d29
15 changed files with 45 additions and 29 deletions

View file

@ -6,9 +6,9 @@ defmodule Pleroma.Web.MastodonAPI.SubscriptionController do
@moduledoc "The module represents functions to manage user subscriptions."
use Pleroma.Web, :controller
alias Pleroma.Web.MastodonAPI.PushSubscriptionView, as: View
alias Pleroma.Web.Push
alias Pleroma.Web.Push.Subscription
alias Pleroma.Web.MastodonAPI.PushSubscriptionView, as: View
action_fallback(:errors)