Whenever user opens conversation, update its last message

pull/1/head
Scott Nonnenberg 7 years ago
parent 9003419ff6
commit 212ec8bb73

@ -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(() =>

Loading…
Cancel
Save