Whenever user opens conversation, update its last message

This commit is contained in:
Scott Nonnenberg 2018-07-12 11:33:59 -07:00
parent 9003419ff6
commit 212ec8bb73

View file

@ -504,6 +504,8 @@
this.openStart = Date.now();
this.lastActivity = Date.now();
this.model.updateLastMessage();
const statusPromise = this.throttledGetProfiles();
// eslint-disable-next-line more/no-then
this.statusFetch = statusPromise.then(() =>