Skip to content

Query for latest device keys when we send an encrypted message

Charles Wright requested to merge cvwright/query-keys-on-send into main

Add new function queryKeys() to send /keys/query requests, and use it to query keys on invite and on sending encrypted message.

The hope is that this will reduce the "unable to decrypt" errors that we're sometimes getting when a new user joins a room.

Merge request reports