diff options
| author | Patrick | 2023-07-10 20:57:49 +0200 |
|---|---|---|
| committer | Patrick | 2023-07-10 20:57:49 +0200 |
| commit | 6646bd126f9faf1e687b203512d29da243acaa90 (patch) | |
| tree | b69b1217c08a954b83bdc74ee5aeb37ba794b23c /examples/Keys.c | |
| parent | f2840d9dd5b8a0683abee189e408c5a6de294eb7 (diff) | |
| download | matrix_esp_thesis-6646bd126f9faf1e687b203512d29da243acaa90.tar.gz matrix_esp_thesis-6646bd126f9faf1e687b203512d29da243acaa90.zip | |
more changes towards sharing megolm sessions
Diffstat (limited to 'examples/Keys.c')
| -rw-r--r-- | examples/Keys.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Keys.c b/examples/Keys.c index f59a1d5..f79488b 100644 --- a/examples/Keys.c +++ b/examples/Keys.c @@ -25,6 +25,8 @@ main(void) MatrixClientUploadOnetimeKeys(&client);
MatrixClientUploadDeviceKeys(&client);
+
+ printf("device key: %s\n", client.deviceKey);
MatrixHttpDeinit(&client);
|
