Message shown when sender withholds key is misleading #28465
Labels
A-E2EE
O-Occasional
Affects or can be seen by some users regularly or most users rarely
S-Minor
Impairs non-critical functionality or suitable workarounds exist
T-Defect
When a room key is withheld and we receive a withheld message with reason code
m.unverified
, the recipient sees the following text:"The sender has blocked you from receiving this message because your device is unverified"
However, the spec for
m.unverified
says:m.unverified
: the user/device was not verified, and the sender is only sharing keys with verified users/devices.... and indeed, this withheld code is used to indicate when the key is being withheld because the user has not been verified (as well as being used when the key is withheld due to the device has not been verified). The warning is therefore misleading at best.
Ideally these two cases would have different
m.withheld
codes (for which, see element-hq/element-meta#2621), but in the meantime we should update the text to be more accurate.See parent issue for wording suggestions.
The text was updated successfully, but these errors were encountered: