mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 10:28:03 +01:00
Init group terminate
This commit is contained in:
@@ -29,6 +29,7 @@ export function getCanAddLabel(
|
||||
return Boolean(
|
||||
membership &&
|
||||
conversation.type === 'group' &&
|
||||
!conversation.terminated &&
|
||||
(membership.isAdmin ||
|
||||
conversation.accessControlMemberLabel ===
|
||||
Proto.AccessControl.AccessRequired.MEMBER)
|
||||
|
||||
Reference in New Issue
Block a user