abouttreesummaryrefslogcommitdiff
path: root/examples/SendEncrypted.c
diff options
context:
space:
mode:
authorPatrick2023-07-10 18:05:31 +0200
committerPatrick2023-07-10 18:05:31 +0200
commitf2840d9dd5b8a0683abee189e408c5a6de294eb7 (patch)
tree26044e8e7f80a6eda85df4534d0a6b7f41625416 /examples/SendEncrypted.c
parenta6eff84624ab1f3786d02aa2ec740b9a88090d94 (diff)
downloadmatrix_esp_thesis-f2840d9dd5b8a0683abee189e408c5a6de294eb7.tar.gz
matrix_esp_thesis-f2840d9dd5b8a0683abee189e408c5a6de294eb7.zip
work on SendEncrypted
Diffstat (limited to 'examples/SendEncrypted.c')
-rw-r--r--examples/SendEncrypted.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/SendEncrypted.c b/examples/SendEncrypted.c
index f2bb8df..7e0b1d4 100644
--- a/examples/SendEncrypted.c
+++ b/examples/SendEncrypted.c
@@ -35,7 +35,8 @@ main(void)
"m.room.message",
"{\"body\":\"Hello\",\"msgtype\":\"m.text\"}");
- MatrixClientShareMegolmOutSessionTest(&client,
+ MatrixClientShareMegolmOutSession(&client,
+ USER_ID,
"ULZZOKJBYN",
&client.megolmOutSessions[0]);