Only accept 'you left group' messages when group blocked
This commit is contained in:
@@ -920,9 +920,9 @@
|
||||
updates.left = true;
|
||||
}
|
||||
|
||||
if (details.blocked === true) {
|
||||
if (details.blocked) {
|
||||
storage.addBlockedGroup(id);
|
||||
} else if (details.blocked === false) {
|
||||
} else {
|
||||
storage.removeBlockedGroup(id);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user