Closed andybalaam closed 1 month ago
Proposal
Ignore unverified devices when sending/receiving messages
The js-sdk exposes a separate mode called "transition mode". Apparently this means:
(See https://github.com/matrix-org/matrix-js-sdk/pull/4407)
Now that I look at that list, I can't see why it would ever be useful. @BillCarsonFr: any ideas?
We're doing some brainstorming to figure out what we actually want here
Now that I look at that list, I can't see why it would ever be useful. @BillCarsonFr: any ideas?
After discussion: we believe that we do not need a separate "transition mode" at the application level, but we do need some flexibility at the js-sdk level. We'll need some changes to the current js-sdk impl though: https://github.com/matrix-org/matrix-js-sdk/issues/4428.
Following a suggestion by @mxandreas, I think we're instead converging on:
Exclude insecure devices when sending/receiving messages
Following a suggestion by @mxandreas, I think we're instead converging on:
Exclude insecure devices when sending/receiving messages
Right, will update EIX/EAX side when doing https://github.com/element-hq/crypto-internal/issues/353 and https://github.com/element-hq/crypto-internal/issues/354
Following a suggestion by @mxandreas, I think we're instead converging on:
Exclude insecure devices when sending/receiving messages
Right, will update EIX/EAX side when doing element-hq/crypto-internal#353 and element-hq/crypto-internal#354
In review in https://github.com/element-hq/element-x-ios/pull/3358 and https://github.com/element-hq/element-x-android/pull/3569