parent
d121effe3b
commit
e91f646920
2 changed files with 4 additions and 5 deletions
|
@ -29,11 +29,7 @@
|
|||
database: Whisper.Database,
|
||||
storeName: 'conversations',
|
||||
defaults: function() {
|
||||
var timestamp = new Date().getTime();
|
||||
return {
|
||||
unreadCount : 0,
|
||||
timestamp : timestamp,
|
||||
};
|
||||
return { unreadCount : 0 };
|
||||
},
|
||||
|
||||
initialize: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue