Skip to content

Commit

Permalink
query circle members fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Heinrich committed Oct 8, 2023
1 parent a2c0587 commit a14695b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Controller/ContactController.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public function getCircleMembers(string $circleId):JSONResponse {
'avatar' => $circleMemberUserId,
'hasMultipleEMails' => false,
'dropdownName' => $circleMember->getDisplayName(),
'member' => 'circle+' . $circleId . '@' . $circleMember->getInstance(),
'member' => 'mailto:circle+' . $circleId . '@' . $circleMember->getInstance(),
];
}
}
Expand Down

0 comments on commit a14695b

Please sign in to comment.