Moves startGV2Migration to redux
This commit is contained in:
parent
452e0b7b31
commit
7ea38bb1a9
17 changed files with 171 additions and 125 deletions
|
@ -1121,6 +1121,7 @@ function getPropsForGroupV1Migration(
|
|||
|
||||
return {
|
||||
areWeInvited: false,
|
||||
conversationId: message.conversationId,
|
||||
droppedMembers,
|
||||
invitedMembers,
|
||||
};
|
||||
|
@ -1140,6 +1141,7 @@ function getPropsForGroupV1Migration(
|
|||
|
||||
return {
|
||||
areWeInvited,
|
||||
conversationId: message.conversationId,
|
||||
droppedMembers,
|
||||
invitedMembers,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue