Wrap error messages into gettext helpers
[akkoma] / lib / pleroma / web / ostatus / handlers / unfollow_handler.ex
index 1c64f3c3d2fce32e7dddcba0412506c604d926b0..6596ada3bbfaf4d5fe2ae4ef3e76c15bd861433d 100644 (file)
@@ -3,9 +3,10 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.OStatus.UnfollowHandler do
-  alias Pleroma.Web.{XML, OStatus}
-  alias Pleroma.Web.ActivityPub.ActivityPub
   alias Pleroma.User
+  alias Pleroma.Web.ActivityPub.ActivityPub
+  alias Pleroma.Web.OStatus
+  alias Pleroma.Web.XML
 
   def handle(entry, doc) do
     with {:ok, actor} <- OStatus.find_make_or_update_user(doc),