mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Merge pull request #2030 from thelounge/xpaw/fix-2028
Fix messages not being condensed correctly
This commit is contained in:
commit
cb4312f410
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ function processReceivedMessage(data) {
|
|||
render.appendMessage(
|
||||
container,
|
||||
targetId,
|
||||
channel.prop("data-type"),
|
||||
channel.data("type"),
|
||||
data.msg
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue