Description
When Element Android (and other clients based on matrix-android-sdk2) gets an m.room_key_request
for a key that it doesn't have, it sends an m.room_key.withheld
message with a code of m.unavailable
(see implementation).
Having received the m.unavailable
response, Element-web shows "Decryption key withheld", which is misleading at best.