Merge branch 'master' of https://github.com/gabek/owncast
This commit is contained in:
@@ -19,6 +19,9 @@ class Message {
|
||||
var linked = autoLink(this.body, { embed: true });
|
||||
return this.addNewlines(linked);
|
||||
}
|
||||
userColor() {
|
||||
return colorForString(this.author);
|
||||
}
|
||||
|
||||
toModel() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user