abouttreesummaryrefslogcommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPatrick2023-06-22 15:56:21 +0200
committerPatrick2023-06-22 15:56:21 +0200
commit9826729ea9eb492b0b25c52b934d9f1283bb70dd (patch)
treef653d79624a782c3fe14ae0fa02f8ea56745865d /examples
parent1273c8ea309926e377cbd5cc6dab6740910aa6ff (diff)
downloadmatrix_esp_thesis-9826729ea9eb492b0b25c52b934d9f1283bb70dd.tar.gz
matrix_esp_thesis-9826729ea9eb492b0b25c52b934d9f1283bb70dd.zip
generate identity keys
Diffstat (limited to 'examples')
-rw-r--r--examples/SendEncrypted.c2
1 files changed, 2 insertions, 0 deletions
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);