Prevent replying to blocked group's stories
This commit is contained in:
parent
a255ac02c8
commit
f8f0c01169
1 changed files with 4 additions and 0 deletions
|
@ -1700,6 +1700,10 @@ function canReplyOrReact(
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (conversation.isBlocked) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if (deletedForEveryone) {
|
if (deletedForEveryone) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue