Fiy missing "in"

pull/10257/head
Michael 2021-05-17 06:03:14 +00:00
rodzic 2e6cf056c1
commit 48d703d278
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -192,7 +192,7 @@ class APContact
$apcontact['sharedinbox'] = '';
if (!empty($compacted['as:endpoints'])) {
$apcontact['sharedinbox'] = JsonLD::fetchElement($compacted['as:endpoints'], 'as:sharedbox', '@id');
$apcontact['sharedinbox'] = JsonLD::fetchElement($compacted['as:endpoints'], 'as:sharedInbox', '@id');
self::unarchiveInbox($apcontact['sharedinbox'], true);
}