Merge pull request #2030 from thelounge/xpaw/fix-2028
Fix messages not being condensed correctly
This commit is contained in:
commit
cb4312f410
@ -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