mirror of
https://github.com/friendica/friendica
synced 2025-04-27 23:10:12 +00:00
Don't store URL with hashtags / OStatus-Diaspora-Improvements
This commit is contained in:
parent
ea60660c6d
commit
66f5e7c0f8
3 changed files with 5 additions and 1 deletions
|
@ -2781,6 +2781,8 @@ class Diaspora
|
|||
|
||||
$datarray["body"] = $prefix.$original_item["body"]."[/share]";
|
||||
|
||||
Tag::storeFromBody($datarray['uri-id'], $datarray["body"]);
|
||||
|
||||
$datarray["tag"] = $original_item["tag"];
|
||||
$datarray["attach"] = $original_item["attach"];
|
||||
$datarray["app"] = $original_item["app"];
|
||||
|
|
|
@ -709,6 +709,8 @@ class OStatus
|
|||
$item["body"] = add_page_info_to_body($item["body"]);
|
||||
}
|
||||
|
||||
Tag::storeFromBody($item['uri-id'], $item['body']);
|
||||
|
||||
// Mastodon Content Warning
|
||||
if (($item["verb"] == Activity::POST) && $xpath->evaluate('boolean(atom:summary)', $entry)) {
|
||||
$clear_text = XML::getFirstNodeValue($xpath, 'atom:summary/text()', $entry);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue