mirror of
https://github.com/friendica/friendica
synced 2025-04-25 20:30:11 +00:00
remote self: There is now an option if the keyswords should be used as tags or not.
This commit is contained in:
parent
9d6bcd2572
commit
c77a63fb27
3 changed files with 6 additions and 5 deletions
|
@ -872,7 +872,7 @@ function get_atom_elements($feed, $item, $contact = array()) {
|
|||
}
|
||||
|
||||
if (isset($contact["network"]) AND ($contact["network"] == NETWORK_FEED) AND $contact['fetch_further_information']) {
|
||||
$res["body"] = $res["title"].add_page_info($res['plink'], false, "", true);
|
||||
$res["body"] = $res["title"].add_page_info($res['plink'], false, "", ($contact['fetch_further_information'] == 2));
|
||||
$res["title"] = "";
|
||||
$res["object-type"] = ACTIVITY_OBJ_BOOKMARK;
|
||||
} elseif (isset($contact["network"]) AND ($contact["network"] == NETWORK_OSTATUS))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue