diff options
| author | Patrick | 2023-06-21 20:16:44 +0200 |
|---|---|---|
| committer | Patrick | 2023-06-21 20:16:44 +0200 |
| commit | 1273c8ea309926e377cbd5cc6dab6740910aa6ff (patch) | |
| tree | 2be94eb34848cd14668b1abe31e04ea1d91ad53f /src/matrix.c | |
| parent | ad9d01050b7b6d592a83ce14eeef7068bd981028 (diff) | |
| download | matrix_esp_thesis-1273c8ea309926e377cbd5cc6dab6740910aa6ff.tar.gz matrix_esp_thesis-1273c8ea309926e377cbd5cc6dab6740910aa6ff.zip | |
get send encrypted to send :)
Diffstat (limited to 'src/matrix.c')
| -rw-r--r-- | src/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/matrix.c b/src/matrix.c index 28e7634..cc34a0a 100644 --- a/src/matrix.c +++ b/src/matrix.c @@ -294,7 +294,7 @@ MatrixClientSendEventEncrypted( "\"algorithm\":\"m.megolm.v1.aes-sha2\","
"\"sender_key\":\"%s\","
"\"ciphertext\":\"%s\","
- "\"session_id\":%s,"
+ "\"session_id\":\"%s\","
"\"device_id\":\"%s\""
"}",
senderKey,
|
