Whenever user opens conversation, update its last message
This commit is contained in:
parent
9003419ff6
commit
212ec8bb73
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue