Add color hash for user avatar backgrounds
This commit is contained in:
@@ -20,7 +20,7 @@ class Message {
|
||||
return this.addNewlines(linked);
|
||||
}
|
||||
userColor() {
|
||||
return colorForString(this.author);
|
||||
return messageBubbleColorForString(this.author);
|
||||
}
|
||||
|
||||
toModel() {
|
||||
|
||||
Reference in New Issue
Block a user