summaryrefslogtreecommitdiff
path: root/lib/lsg_matrix/plug.ex
diff options
context:
space:
mode:
authorhref <href@random.sh>2021-09-04 13:06:21 +0200
committerhref <href@random.sh>2021-09-04 13:06:31 +0200
commit0c7f2dbab3f6986213472ed6fd2d01fe371f7366 (patch)
tree42fa48495e3e3f9f4efb6a4de2391f50bad8f5ad /lib/lsg_matrix/plug.ex
parentmatrix appservice, puppet improvements (diff)
matrix: fixes
Diffstat (limited to 'lib/lsg_matrix/plug.ex')
-rw-r--r--lib/lsg_matrix/plug.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lsg_matrix/plug.ex b/lib/lsg_matrix/plug.ex
index 5d5b603..c0c027f 100644
--- a/lib/lsg_matrix/plug.ex
+++ b/lib/lsg_matrix/plug.ex
@@ -5,7 +5,7 @@ defmodule LSG.Matrix.Plug do
state
end
- def call(conn, _) do
+ def call(conn, _) do
hs = Application.get_env(:matrix_app_service, :homeserver_token)
MatrixAppServiceWeb.AuthPlug.call(conn, hs)
end