Fix #2028 - Messages are not condensed correctly

This commit is contained in:
Pavel Djundik 2018-02-03 10:43:39 +02:00
parent c6e282bffd
commit 51d5a4eff4

View File

@ -58,7 +58,7 @@ function processReceivedMessage(data) {
render.appendMessage(
container,
targetId,
channel.prop("data-type"),
channel.data("type"),
data.msg
);