Skip to content

Commit

Permalink
fixup! fixup! fix(federation) Implement new federation method to vali…
Browse files Browse the repository at this point in the history
…date origin of OCM messages
  • Loading branch information
nickvergessen committed Dec 5, 2024
1 parent c2aeb2a commit 719236a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Federation/CloudFederationProviderTalk.php
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ public function getFederationIdsFromSharedSecret(
): array {
try {
$invite = $this->invitationMapper->getByRemoteServerOnlyWithAccessToken($payload['remoteServerUrl'], $sharedSecret);
return [$invite->getLocalCloudId(), $invite->getInviterCloudId()];
return [$invite->getInviterCloudId()];
} catch (DoesNotExistException) {
}

Expand Down

0 comments on commit 719236a

Please sign in to comment.