X-Git-Url: https://gitweb.ps.run/matrix_esp_thesis/blobdiff_plain/a6eff84624ab1f3786d02aa2ec740b9a88090d94..f2840d9dd5b8a0683abee189e408c5a6de294eb7:/examples/SendEncrypted.c 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]);