Show user color in chat messages

This commit is contained in:
Julia Radzhabova 2018-06-05 15:46:46 +03:00
parent 0262458c42
commit bb29cc5e27

View file

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