conversation_view: Move the last of the small functions to redux
This commit is contained in:
parent
86e92dda51
commit
1a68c3db62
59 changed files with 782 additions and 944 deletions
|
@ -1087,6 +1087,7 @@ function getPropsForGroupV2Change(
|
|||
|
||||
return {
|
||||
areWeAdmin: Boolean(conversation.areWeAdmin),
|
||||
conversationId: conversation.id,
|
||||
groupName: conversation?.type === 'group' ? conversation?.name : undefined,
|
||||
groupMemberships: conversation.memberships,
|
||||
groupBannedMemberships: conversation.bannedMemberships,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue