Set disappearing check timer reliably - on all message saves

This commit is contained in:
Scott Nonnenberg 2018-08-02 21:12:27 -07:00
parent 9dd756f96a
commit 22613c8cc4
6 changed files with 39 additions and 31 deletions

View file

@ -40,7 +40,7 @@
reset() {
return Promise.all([
Whisper.Database.clear(),
Window.Signal.Data.removeAll(),
window.Signal.Data.removeAll(),
]);
},
};