Don't store URL with hashtags / OStatus-Diaspora-Improvements

This commit is contained in:
Michael 2020-04-19 07:24:36 +00:00
parent ea60660c6d
commit 66f5e7c0f8
3 changed files with 5 additions and 1 deletions

View file

@ -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);