mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 04:23:13 +00:00
Fix #2028 - Messages are not condensed correctly
This commit is contained in:
parent
c6e282bffd
commit
51d5a4eff4
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