Additional logging, new ability to force Conversation 'change' event
This commit is contained in:
parent
e9ef239ff0
commit
250a89d953
5 changed files with 45 additions and 85 deletions
|
@ -1320,7 +1320,7 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
|
|||
async send(
|
||||
promise: Promise<CallbackResultType | void | null>,
|
||||
saveErrors?: (errors: Array<Error>) => void
|
||||
): Promise<void | Array<void>> {
|
||||
): Promise<void> {
|
||||
const updateLeftPane =
|
||||
this.getConversation()?.debouncedUpdateLastMessage || noop;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue