Introduce new 'Block request' button in timeline
This commit is contained in:
parent
536dd0c7b0
commit
703bb8a3a3
22 changed files with 1088 additions and 157 deletions
|
@ -858,7 +858,10 @@ function getPropsForGroupV2Change(
|
|||
const conversation = getConversation(message, conversationSelector);
|
||||
|
||||
return {
|
||||
areWeAdmin: Boolean(conversation.areWeAdmin),
|
||||
groupName: conversation?.type === 'group' ? conversation?.name : undefined,
|
||||
groupMemberships: conversation.memberships,
|
||||
groupBannedMemberships: conversation.bannedMemberships,
|
||||
ourUuid,
|
||||
change,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue