mirror of
https://github.com/friendica/friendica
synced 2025-04-23 21:50:10 +00:00
DFRN comments are now stored as comments again
This commit is contained in:
parent
99199ee93b
commit
ebb84f5e43
2 changed files with 7 additions and 7 deletions
|
@ -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 = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue