summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service/bridge.ex
diff options
context:
space:
mode:
authorHadrien <ketsapiwiq@protonmail.com>2020-12-26 13:59:27 +0000
committerPierre de Lacroix <pierre@pdelacroix.com>2020-12-26 13:59:27 +0000
commit4040c1400ace8ce5abc9b3c28d1cd67bd8f137d1 (patch)
treed3c24da6782f80c4043ba5f59241107f73850b1e /lib/matrix_app_service/bridge.ex
parentallow runtime configuration of homserver token (diff)
Improve CI
Diffstat (limited to 'lib/matrix_app_service/bridge.ex')
-rw-r--r--lib/matrix_app_service/bridge.ex4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/matrix_app_service/bridge.ex b/lib/matrix_app_service/bridge.ex
index e0e0fee..42f3450 100644
--- a/lib/matrix_app_service/bridge.ex
+++ b/lib/matrix_app_service/bridge.ex
@@ -1,3 +1,7 @@
defmodule MatrixAppService.Bridge do
+ @moduledoc """
+ This module is used when the library uses its own repo.
+ """
+
use MatrixAppService.BridgeConfig, repo: MatrixAppService.Repo
end