mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user