diff options
author | href <href@random.sh> | 2021-09-04 13:06:21 +0200 |
---|---|---|
committer | href <href@random.sh> | 2021-09-04 13:06:31 +0200 |
commit | 0c7f2dbab3f6986213472ed6fd2d01fe371f7366 (patch) | |
tree | 42fa48495e3e3f9f4efb6a4de2391f50bad8f5ad /lib/lsg_matrix/plug.ex | |
parent | matrix appservice, puppet improvements (diff) |
matrix: fixes
Diffstat (limited to 'lib/lsg_matrix/plug.ex')
-rw-r--r-- | lib/lsg_matrix/plug.ex | 2 |
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 |