mirror of
https://github.com/friendica/friendica
synced 2025-05-11 05:04:10 +02: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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue