aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2018-07-01 16:24:23 -1000
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2018-07-01 16:24:23 -1000
commitabfba3a58d8e9753bd2118c8cd92d95df683607e (patch)
tree09f93449afb1b73ca3e9f3e16561b927f61ed98b /lib
parente16b4a1f99ec9235ed54179a5b29569deac7a298 (diff)
downloadpatchfoo-abfba3a58d8e9753bd2118c8cd92d95df683607e.tar.gz
patchfoo-abfba3a58d8e9753bd2118c8cd92d95df683607e.zip
Handle scat actions
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)
}