X-Git-Url: https://gitweb.ps.run/matrix_esp_thesis/blobdiff_plain/ad9d01050b7b6d592a83ce14eeef7068bd981028..9826729ea9eb492b0b25c52b934d9f1283bb70dd:/examples/SendEncrypted.c diff --git a/examples/SendEncrypted.c b/examples/SendEncrypted.c index db2f83c..0c4a7c8 100644 --- a/examples/SendEncrypted.c +++ b/examples/SendEncrypted.c @@ -17,6 +17,8 @@ main(void) MatrixClientSetAccessToken(&client, ACCESS_TOKEN); + MatrixClientSetDeviceId(&client, + DEVICE_ID); // MatrixMegolmOutSession megolmOutSession; // MatrixMegolmOutSessionInit(&megolmOutSession);