diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/SendEncrypted.c | 2 |
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);
|
