Merge branch 'develop' into global-status-expiration
[akkoma] / lib / pleroma / web / activity_pub / builder.ex
index 1787f151013824403b7de6807ffa3f6fe553a2d7..429a510b8118df4f136f614de281131fd5dd78b8 100644 (file)
@@ -5,10 +5,10 @@ defmodule Pleroma.Web.ActivityPub.Builder do
   This module encodes our addressing policies and general shape of our objects.
   """
 
+  alias Pleroma.Object
+  alias Pleroma.User
   alias Pleroma.Web.ActivityPub.Utils
   alias Pleroma.Web.ActivityPub.Visibility
-  alias Pleroma.User
-  alias Pleroma.Object
 
   @spec like(User.t(), Object.t()) :: {:ok, map(), keyword()}
   def like(actor, object) do