This commit is contained in:
Ginger Wong
2020-06-15 13:43:48 -07:00
3 changed files with 93 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ class Message {
var linked = autoLink(this.body, { embed: true });
return this.addNewlines(linked);
}
userColor() {
return colorForString(this.author);
}
toModel() {
return {