switch to pleroma/http_signatures library
[akkoma] / lib / pleroma / bbs / handler.ex
index 14e6a68075896add655a1519672c384adb3a6997..106fe5d18f4a634875ae6b3696b6ad93b3dbfc2f 100644 (file)
@@ -1,8 +1,8 @@
 defmodule Pleroma.BBS.Handler do
   use Sshd.ShellHandler
   alias Pleroma.Activity
-  alias Pleroma.Web.CommonAPI
   alias Pleroma.Web.ActivityPub.ActivityPub
+  alias Pleroma.Web.CommonAPI
 
   def on_shell(username, _pubkey, _ip, _port) do
     :ok = IO.puts("Welcome to #{Pleroma.Config.get([:instance, :name])}!")