Support for GV1 -> GV2 migration

This commit is contained in:
Scott Nonnenberg 2020-11-20 09:30:45 -08:00 committed by Josh Perez
parent a0baa3e03f
commit 2c69f2c367
32 changed files with 2626 additions and 341 deletions

View file

@ -337,8 +337,9 @@ export const CompositionArea = ({
}, [setLarge]);
if (
messageRequestsEnabled &&
(!acceptedMessageRequest || isBlocked || areWePending)
isBlocked ||
areWePending ||
(messageRequestsEnabled && !acceptedMessageRequest)
) {
return (
<MessageRequestActions