Web.Federator: Fix unused variable
[akkoma] / lib / pleroma / web / mastodon_api / websocket_handler.ex
index 11e0e169675c6c05b7a34065ae974024b2f163ff..ce42338a744b74ee783293c364358f67dcee657b 100644 (file)
@@ -1,8 +1,12 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.MastodonAPI.WebsocketHandler do
   require Logger
 
   alias Pleroma.Web.OAuth.Token
-  alias Pleroma.{User, Repo}
+  alias Pleroma.{Repo, User}
 
   @behaviour :cowboy_websocket_handler