Merge branch 'credo/version-bump-1.1.5' into 'develop'

Bump credo to 1.1.5

See merge request pleroma/pleroma!2115
This commit is contained in:
lain 2020-01-20 14:42:43 +00:00
commit 6a716e3fe5
11 changed files with 15 additions and 15 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)