mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Allow reactions/replies after setting removalStage
This commit is contained in:
@@ -1766,7 +1766,10 @@ function canReplyOrReact(
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!conversation.acceptedMessageRequest) {
|
||||
if (
|
||||
!conversation.acceptedMessageRequest &&
|
||||
conversation.removalStage !== 'justNotification'
|
||||
) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user