diff --git a/www/common/outer/cursor.js b/www/common/outer/cursor.js index ee03a4b14..df1e07353 100644 --- a/www/common/outer/cursor.js +++ b/www/common/outer/cursor.js @@ -21,6 +21,7 @@ define([ if (!client || !client.cursor) { return; } var chan = ctx.channels[client.channel]; if (!chan) { return; } + if (!chan.sendMsg) { return; } // Store not synced yet, we're running with the cache var data = { id: client.id, cursor: client.cursor