mirror of
https://github.com/friendica/friendica
synced 2025-04-25 21:10:11 +00:00
merged from develop and increased DB-version
This commit is contained in:
commit
19209f6826
29 changed files with 3900 additions and 3515 deletions
|
@ -341,7 +341,7 @@ class OStatus
|
|||
$header["type"] = "remote";
|
||||
$header["wall"] = 0;
|
||||
$header["origin"] = 0;
|
||||
$header["gravity"] = GRAVITY_PARENT;
|
||||
$header["gravity"] = GRAVITY_COMMENT;
|
||||
|
||||
$first_child = $doc->firstChild->tagName;
|
||||
|
||||
|
@ -683,9 +683,9 @@ class OStatus
|
|||
}
|
||||
|
||||
$item["type"] = 'remote-comment';
|
||||
$item["gravity"] = GRAVITY_COMMENT;
|
||||
} else {
|
||||
$item["parent-uri"] = $item["uri"];
|
||||
$item["gravity"] = GRAVITY_PARENT;
|
||||
}
|
||||
|
||||
if (($item['author-link'] != '') && !empty($item['protocol'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue