mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Show user color in chat messages
This commit is contained in:
@ -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
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user