Merge branch 'doc/mastodon-api-accounts-extension' into 'develop'
[akkoma] / lib / pleroma / web / streamer.ex
index a0863a062f227448ff6e99b3bf1f7082c5d1daab..7425bfb540e5e7100f037ff52c55645542804c6c 100644 (file)
@@ -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)