summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service/adapter/transaction.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/matrix_app_service/adapter/transaction.ex')
-rw-r--r--lib/matrix_app_service/adapter/transaction.ex5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/matrix_app_service/adapter/transaction.ex b/lib/matrix_app_service/adapter/transaction.ex
index a6ff750..22a2fe4 100644
--- a/lib/matrix_app_service/adapter/transaction.ex
+++ b/lib/matrix_app_service/adapter/transaction.ex
@@ -1,10 +1,11 @@
defmodule MatrixAppService.Adapter.Transaction do
@moduledoc """
-
+ Behaviour for a module that handles transactions involving registered users
+ and rooms.
"""
@doc """
-
+ Called when the application service receives an event.
"""
@callback new_event(MatrixAppService.Event.t()) :: any()
end