Track and sync unread messages

// FREEBIE
This commit is contained in:
lilia 2016-02-21 21:37:47 -08:00
parent 1be45f3775
commit 1f897f32b7
4 changed files with 78 additions and 7 deletions

View file

@ -363,6 +363,10 @@
});
});
});
},
markRead: function(sync) {
this.unset('unread');
return this.save();
}
});