Merge branch 'formatter-html-safe' into 'develop'
[akkoma] / lib / pleroma / web / activity_pub / side_effects.ex
index 6d3e77a6289572f10c828e02c7b820b1496dc55e..666a4e310a6a116c1f68e0dafc6fd30686f0bd2f 100644 (file)
@@ -5,9 +5,9 @@ defmodule Pleroma.Web.ActivityPub.SideEffects do
   liked object, a `Follow` activity will add the user to the follower
   collection, and so on.
   """
-  alias Pleroma.Web.ActivityPub.Utils
-  alias Pleroma.Object
   alias Pleroma.Notification
+  alias Pleroma.Object
+  alias Pleroma.Web.ActivityPub.Utils
 
   def handle(object, meta \\ [])