chatv2: channels, hidden modes and automatic webpack

This commit is contained in:
blattersturm
2020-11-01 12:48:44 +01:00
parent 65fc598a5f
commit 439b8a9c45
6 changed files with 53 additions and 14 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
'hidden': !showWindow
}">
<div class="chat-messages" ref="messages">
<message v-for="msg in messages"
<message v-for="msg in filteredMessages"
:templates="templates"
:multiline="msg.multiline"
:args="msg.args"