Fix management of selectedMessage in redux
This commit is contained in:
parent
6ad091bfe3
commit
6b231346d9
6 changed files with 15 additions and 15 deletions
|
@ -1370,10 +1370,6 @@ export class ConversationModel extends window.Backbone
|
|||
this.debouncedUpdateLastMessage!();
|
||||
}
|
||||
|
||||
addIncomingMessage(message: MessageModel): void {
|
||||
this.addSingleMessage(message);
|
||||
}
|
||||
|
||||
// New messages might arrive while we're in the middle of a bulk fetch from the
|
||||
// database. We'll wait until that is done before moving forward.
|
||||
async addSingleMessage(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue