We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a2cc58 + 47e77f2 commit f9cdb94Copy full SHA for f9cdb94
lib/private/Accounts/AccountManager.php
@@ -752,8 +752,8 @@ private function sanitizePropertyFediverse(IAccountProperty $property): void {
752
foreach ($decoded['links'] as $link) {
753
// have application/activity+json or application/ld+json
754
if (isset($link['type']) && (
755
- $link['type'] === 'application/activity+json' ||
756
- $link['type'] === 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"'
+ $link['type'] === 'application/activity+json'
+ || $link['type'] === 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"'
757
)) {
758
$found = true;
759
break;
0 commit comments