Allow reactions/replies after setting removalStage
This commit is contained in:
parent
b089eef942
commit
9eea26c5d6
4 changed files with 21 additions and 2 deletions
|
@ -781,7 +781,7 @@ export function CompositionArea({
|
|||
// If no message request, but we haven't shared profile yet, we show profile-sharing UI
|
||||
if (
|
||||
!left &&
|
||||
((conversationType === 'direct' && removalStage !== 'justNotification') ||
|
||||
(conversationType === 'direct' ||
|
||||
(conversationType === 'group' && groupVersion === 1)) &&
|
||||
isMissingMandatoryProfileSharing
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue