DFRN comments are now stored as comments again

This commit is contained in:
Michael
2019-01-24 18:54:45 +00:00
parent 99199ee93b
commit ebb84f5e43
2 changed files with 7 additions and 7 deletions

View File

@@ -72,7 +72,7 @@ class OStatus
}
$author["author-id"] = Contact::getIdForURL($author["author-link"]);
$author["contact-id"] = $contact["id"];
$author['contact-id'] = defaults($contact, 'id', $author['author-id']);
$contact = [];