don't show messages for updates that aren't allowed on client.

pull/30/head
kay.one 11 years ago
parent 5a5e160002
commit 345b20f55f

@ -15,7 +15,7 @@ define(
render: function () { render: function () {
if (!this.model.get('message')) { if (!this.model.get('message') || !this.model.get('sendUpdatesToClient')) {
return; return;
} }

Loading…
Cancel
Save