From: Karen Konou Date: Fri, 15 Mar 2019 13:36:07 +0000 (+0100) Subject: fix credo warning X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=dfeb3aec44efb9ffdbe9e6409a79aa50b7e268a8;p=akkoma fix credo warning --- diff --git a/lib/pleroma/web/streamer.ex b/lib/pleroma/web/streamer.ex index a0863a062..7425bfb54 100644 --- a/lib/pleroma/web/streamer.ex +++ b/lib/pleroma/web/streamer.ex @@ -10,9 +10,9 @@ defmodule Pleroma.Web.Streamer do alias Pleroma.Object alias Pleroma.Repo alias Pleroma.User + alias Pleroma.Web.ActivityPub.ActivityPub alias Pleroma.Web.ActivityPub.Visibility alias Pleroma.Web.MastodonAPI.NotificationView - alias Pleroma.Web.ActivityPub.ActivityPub @keepalive_interval :timer.seconds(30)