Skip to content
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.

Enabling encryption breaks communication #28

Open
vmario89 opened this issue Mar 22, 2019 · 1 comment
Open

Enabling encryption breaks communication #28

vmario89 opened this issue Mar 22, 2019 · 1 comment
Assignees
Labels

Comments

@vmario89
Copy link

vmario89 commented Mar 22, 2019

HI, i just played around a little bit in Riot and enabled encrytion for a room. After enabling the communication was broken. The log:

Processing /transactions/114
22.883  INFO 963 --- [nio-8091-exec-5] i.k.m.b.e.m.m.MatrixApplicationService   : HS provided valid credentials
22.883  INFO 963 --- [nio-8091-exec-5] i.k.m.b.e.m.m.MatrixApplicationService   : Unknown event type m.room.encryption from @vmario89:matrix.fablabchemnitz.de
27.760  INFO 963 --- [nio-8091-exec-6] i.k.m.b.e.c.ApplicationServiceController : Processing /transactions/115
27.761  INFO 963 --- [nio-8091-exec-6] i.k.m.b.e.m.m.MatrixApplicationService   : HS provided valid credentials
27.761  INFO 963 --- [nio-8091-exec-6] i.k.m.b.e.m.m.MatrixApplicationService   : Unknown event type m.room.encrypted from @vmario89:matrix.fablabchemnitz.de

i was able to reset the communication by leaving the room and reinvite the email user.

I think the encryption enable button should be disabled like mautrix-whatsapp does it too (there the button in Riot is grey/forbidden). Or at least it maybe should be documented that its not a good idea to use.

kind regards, Mario

@maxidorius maxidorius self-assigned this Mar 22, 2019
@maxidorius
Copy link
Member

enabled encrytion for a room. After enabling the communication was broken.

Encryption is indeed not supported. Given that E2EE is also not a stable feature in Matrix yet, it's not possible to implement it at the current time in a reliable way. I'll update the main README to outline this.

As for disabling the option to enable encryption, I'll keep that as an enhancement in a separate issue. Thank you for reporting this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants