mautrix / go

A Golang Matrix framework.

Home Page:https://maunium.net/go/mautrix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encryption keys only send to one session

Ondolin opened this issue · comments

commented

I have a problem with the encryption keys. When I send an encrypted message with this sdk using basically this code, the encryption keys won't go to all of my devices. e.g. my phone can only decrypt the message if my desktop client is open. Is there a way to send the keys to all of my sessions and not only to one?

I am stuck with the same issue but in the different direction. My server can only read the message from one single device and no other device a user is connected with.