summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service_web/controllers/v1/transaction_controller.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/matrix_app_service_web/controllers/v1/transaction_controller.ex')
-rw-r--r--lib/matrix_app_service_web/controllers/v1/transaction_controller.ex2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/matrix_app_service_web/controllers/v1/transaction_controller.ex b/lib/matrix_app_service_web/controllers/v1/transaction_controller.ex
index a71b497..252cfc6 100644
--- a/lib/matrix_app_service_web/controllers/v1/transaction_controller.ex
+++ b/lib/matrix_app_service_web/controllers/v1/transaction_controller.ex
@@ -23,6 +23,7 @@ defmodule MatrixAppServiceWeb.V1.TransactionController do
"origin_server_ts" => origin_server_ts,
"room_id" => room_id,
"sender" => sender,
+ "state_key" => state_key,
"type" => type,
"unsigned" => unsigned,
"user_id" => user_id
@@ -36,6 +37,7 @@ defmodule MatrixAppServiceWeb.V1.TransactionController do
origin_server_ts: origin_server_ts,
room_id: room_id,
sender: sender,
+ state_key: state_key,
type: type,
unsigned: unsigned,
user_id: user_id