diff options
| author | Patrick | 2023-07-10 18:05:31 +0200 |
|---|---|---|
| committer | Patrick | 2023-07-10 18:05:31 +0200 |
| commit | f2840d9dd5b8a0683abee189e408c5a6de294eb7 (patch) | |
| tree | 26044e8e7f80a6eda85df4534d0a6b7f41625416 /examples | |
| parent | a6eff84624ab1f3786d02aa2ec740b9a88090d94 (diff) | |
| download | matrix_esp_thesis-f2840d9dd5b8a0683abee189e408c5a6de294eb7.tar.gz matrix_esp_thesis-f2840d9dd5b8a0683abee189e408c5a6de294eb7.zip | |
work on SendEncrypted
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/SendEncrypted.c | 3 |
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]);
|
