Allow reactions/replies after setting removalStage
This commit is contained in:
parent
b089eef942
commit
9eea26c5d6
4 changed files with 21 additions and 2 deletions
|
@ -1766,7 +1766,10 @@ function canReplyOrReact(
|
|||
return false;
|
||||
}
|
||||
|
||||
if (!conversation.acceptedMessageRequest) {
|
||||
if (
|
||||
!conversation.acceptedMessageRequest &&
|
||||
conversation.removalStage !== 'justNotification'
|
||||
) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue