aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/render-msg.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/render-msg.js b/lib/render-msg.js
index 281abb6..08eb03e 100644
--- a/lib/render-msg.js
+++ b/lib/render-msg.js
@@ -1804,7 +1804,7 @@ RenderMsg.prototype.pollPosition = function (cb) {
RenderMsg.prototype.scat = function (cb) {
this.wrapMini([
- 'chats ',
+ this.c.action ? '' : 'chats ',
h('q', String(this.c.text))
], cb)
}