diff options
author | lain <lain@soykaf.club> | 2019-05-04 15:47:50 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-05-04 15:47:50 +0200 |
commit | eb0fb73ddbed109ca4dcd758b60a25ff0dafc883 (patch) | |
tree | 0b6a8f1548c9938327731d32d86f3a9d76413110 /lib | |
parent | c58fd4c038da8305d8840c38f525ceb9f13a644d (diff) | |
download | pleroma-eb0fb73ddbed109ca4dcd758b60a25ff0dafc883.tar.gz |
BBS: Credo fixes.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/bbs/handler.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/bbs/handler.ex b/lib/pleroma/bbs/handler.ex index 14e6a6807..106fe5d18 100644 --- a/lib/pleroma/bbs/handler.ex +++ b/lib/pleroma/bbs/handler.ex @@ -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])}!") |