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 => {
|
this.get('members')!.map(id => {
|
||||||
const c = window.ConversationController.get(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()) {
|
if (c && c.isUnregistered()) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue