mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Fix fetchExpiring
This commit is contained in:
@@ -551,7 +551,7 @@
|
||||
},
|
||||
|
||||
fetchExpiring: function() {
|
||||
this.fetch({conditions: {expireTimer: {$gte: 0}}});
|
||||
this.fetch({conditions: {expireTimer: {$gt: 0}}});
|
||||
},
|
||||
|
||||
hasKeyConflicts: function() {
|
||||
|
||||
Reference in New Issue
Block a user