mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
Support for GV1 -> GV2 migration
This commit is contained in:
committed by
Josh Perez
parent
a0baa3e03f
commit
2c69f2c367
@@ -337,8 +337,9 @@ export const CompositionArea = ({
|
||||
}, [setLarge]);
|
||||
|
||||
if (
|
||||
messageRequestsEnabled &&
|
||||
(!acceptedMessageRequest || isBlocked || areWePending)
|
||||
isBlocked ||
|
||||
areWePending ||
|
||||
(messageRequestsEnabled && !acceptedMessageRequest)
|
||||
) {
|
||||
return (
|
||||
<MessageRequestActions
|
||||
|
||||
Reference in New Issue
Block a user