Merge pull request #2030 from thelounge/xpaw/fix-2028

Fix messages not being condensed correctly
This commit is contained in:
Jérémie Astori 2018-02-03 11:58:46 -05:00 committed by GitHub
commit cb4312f410
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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