Skip to content

Commit da11ca4

Browse files
janbaumbackportbot[bot]
authored andcommitted
allow admins to edit circle details
It should be possible for admins to edit it's name, description and display name. Again this would be necessary for Collectives. Signed-off-by: janbaum <jan.baumgarten@tutanota.com>
1 parent c2b8926 commit da11ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/FederatedItems/CircleEdit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function verify(FederatedEvent $event): void {
7575
$circle = $event->getCircle();
7676

7777
$initiatorHelper = new MemberHelper($circle->getInitiator());
78-
$initiatorHelper->mustBeOwner();
78+
$initiatorHelper->mustBeAdmin();
7979

8080
$data = $event->getParams();
8181
$new = clone $circle;

0 commit comments

Comments
 (0)