Add login GUI #9

Manually merged
cadence merged 10 commits from login into princess 2020-10-21 09:07:38 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 988dd1050b - Show all commits

View File

@ -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}`))
}