Show user color in chat messages
This commit is contained in:
parent
0262458c42
commit
bb29cc5e27
|
@ -190,7 +190,7 @@ define([
|
|||
var array = [];
|
||||
messages.forEach(function(msg) {
|
||||
array.push(new Common.Models.ChatMessage({
|
||||
userid : msg.user,
|
||||
userid : msg.useridoriginal,
|
||||
message : msg.message,
|
||||
username : msg.username
|
||||
}));
|
||||
|
|
Loading…
Reference in a new issue