mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
m.dummy events don't have content
This commit is contained in:
parent
9a7abb1899
commit
10b5614fd9
@ -188,9 +188,6 @@ export class Decryption {
|
|||||||
if (!payload.type) {
|
if (!payload.type) {
|
||||||
throw new DecryptionError("missing type on payload", event, {payload});
|
throw new DecryptionError("missing type on payload", event, {payload});
|
||||||
}
|
}
|
||||||
if (!payload.content) {
|
|
||||||
throw new DecryptionError("missing content on payload", event, {payload});
|
|
||||||
}
|
|
||||||
if (typeof payload.keys?.ed25519 !== "string") {
|
if (typeof payload.keys?.ed25519 !== "string") {
|
||||||
throw new DecryptionError("Missing or invalid claimed ed25519 key on payload", event, {payload});
|
throw new DecryptionError("Missing or invalid claimed ed25519 key on payload", event, {payload});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user