Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! Add a webfinger well-known handler for Nextcloud 21
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Dec 15, 2020
commit 521ec2916c2ea1a29fee66ea22a6d9c90525cb44
2 changes: 1 addition & 1 deletion lib/WellKnown/WebFingerHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function handle(string $service, IRequestContext $context, ?IResponse $pr
$response = $previousResponse;
if (!($response instanceof JrdResponse)) {
// We override null or any other types
$response = new JrdResponse($service);
$response = new JrdResponse($subject);
}

return $response
Expand Down