Move expiring message time earlier if read sync has earlier time
This commit is contained in:
@@ -139,6 +139,7 @@
|
||||
// Listening for out-of-band data updates
|
||||
this.on('delivered', this.updateAndMerge);
|
||||
this.on('read', this.updateAndMerge);
|
||||
this.on('expiration-change', this.updateAndMerge);
|
||||
this.on('expired', this.onExpired);
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user