X-Git-Url: https://gitweb.ps.run/matrix_esp_thesis/blobdiff_plain/1273c8ea309926e377cbd5cc6dab6740910aa6ff..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);