Initial logic for release notes
This commit is contained in:
parent
34ef8dc2c8
commit
c5301688a1
13 changed files with 491 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue