Fix a typo in comment
This commit is contained in:
parent
b281420a40
commit
904cb24cc4
1 changed files with 1 additions and 1 deletions
|
@ -2297,7 +2297,7 @@ export class ConversationModel extends window.Backbone.Model<
|
|||
this.get('members')!.map(id => {
|
||||
const c = window.ConversationController.get(id);
|
||||
|
||||
// In groups we won't sent to contacts we believe are unregistered
|
||||
// In groups we won't send to contacts we believe are unregistered
|
||||
if (c && c.isUnregistered()) {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue