Fix #2028 - Messages are not condensed correctly
This commit is contained in:
parent
c6e282bffd
commit
51d5a4eff4
@ -58,7 +58,7 @@ function processReceivedMessage(data) {
|
|||||||
render.appendMessage(
|
render.appendMessage(
|
||||||
container,
|
container,
|
||||||
targetId,
|
targetId,
|
||||||
channel.prop("data-type"),
|
channel.data("type"),
|
||||||
data.msg
|
data.msg
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user