mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 17:08:57 +01:00
Remove unused object store reference
// FREEBIE
This commit is contained in:
@@ -205,7 +205,6 @@
|
||||
migrate: function(transaction, next) {
|
||||
console.log('migration 12.0');
|
||||
console.log('cleaning up expiring messages with no expires_at');
|
||||
var messages = transaction.objectStore('messages');
|
||||
window.addEventListener('storage_ready', function() {
|
||||
var messages = new Whisper.MessageCollection();
|
||||
messages.fetch({
|
||||
|
||||
Reference in New Issue
Block a user