Initial logic for release notes

This commit is contained in:
ayumi-signal 2024-11-27 14:11:53 -08:00 committed by GitHub
parent 34ef8dc2c8
commit c5301688a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 491 additions and 5 deletions

View file

@ -1343,6 +1343,10 @@ export class ConversationModel extends window.Backbone
return;
}
if (isSignalConversation(this.attributes)) {
return;
}
// Coalesce multiple sendTypingMessage calls into one.
//
// `lastIsTyping` is set to the last `isTyping` value passed to the