mirror of
https://github.com/friendica/friendica
synced 2025-05-11 05:04:10 +02:00
Improved body scanning, increased length
This commit is contained in:
parent
060503eb44
commit
3ce9386cb1
4 changed files with 14 additions and 19 deletions
|
@ -1938,7 +1938,7 @@ class Diaspora
|
|||
$datarray["body"] = self::replacePeopleGuid($body, $person["url"]);
|
||||
|
||||
self::storeMentions($datarray['uri-id'], $text);
|
||||
Tag::storeFromBody($datarray['uri-id'], $datarray["body"]);
|
||||
Tag::storeFromBody($datarray['uri-id'], $datarray["body"], '#');
|
||||
|
||||
self::fetchGuid($datarray);
|
||||
|
||||
|
@ -3013,7 +3013,7 @@ class Diaspora
|
|||
$datarray["body"] = self::replacePeopleGuid($body, $contact["url"]);
|
||||
|
||||
self::storeMentions($datarray['uri-id'], $text);
|
||||
Tag::storeFromBody($datarray['uri-id'], $datarray["body"]);
|
||||
Tag::storeFromBody($datarray['uri-id'], $datarray["body"], '#');
|
||||
|
||||
if ($provider_display_name != "") {
|
||||
$datarray["app"] = $provider_display_name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue