Closed aaronraimist closed 4 years ago
Hmm, both paths use canEncryptToAllUsers
Cannot reproduce,
I used /query @appservice-irc:matrix.org
and it opened the room in plaintext
Same for /msg
Sorry for the late reply. This is what I see, still on the latest release.
/query
does the same thing, starts an encrypted chat.
Yes they both use the same code path. If the user has any e2ee devices then it'll use encryption.
Not sure why mine is doing that, even on different Element instances. What can I do to see whats causing this?
In the room it creates, can you select the other user in the right panel and show a screenshot of the device list
This is all that I see when I click on appservice-irc
Weird, based on that it should not be encrypted
I just reproduced, investigating
User in #element:matrix.org wanted to use @appservice-irc:matrix.org so they typed
/msg @appservice-irc:matrix.org whatever
and it created an encrypted room. It shouldn't do that since @appservice-irc:matrix.org doesn't have any devices capable of encryption. Using the UI to create the DM works correctly.