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;
|
||||
}
|
||||
|
||||
if (conversation.isBlocked) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (deletedForEveryone) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue