Track and sync unread messages
// FREEBIE
This commit is contained in:
parent
1be45f3775
commit
1f897f32b7
4 changed files with 78 additions and 7 deletions
|
@ -363,6 +363,10 @@
|
|||
});
|
||||
});
|
||||
});
|
||||
},
|
||||
markRead: function(sync) {
|
||||
this.unset('unread');
|
||||
return this.save();
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue