Add note about encrypted messages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
735ca360c8
commit
988dd1050b
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ class Event extends ElemJS {
|
|||
} else {
|
||||
this.child(ejs("i").text("left the room"))
|
||||
}
|
||||
} else if (this.data.type === "m.room.encrypted") {
|
||||
this.child(ejs("i").text("Carbon does not yet support encrypted messages."))
|
||||
} else {
|
||||
this.child(ejs("i").text(`Unsupported event type ${this.data.type}`))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue