mirror of
https://github.com/friendica/friendica
synced 2025-04-26 06:30:11 +00:00
Improved body scanning, increased length
This commit is contained in:
parent
060503eb44
commit
3ce9386cb1
4 changed files with 14 additions and 19 deletions
|
@ -2410,7 +2410,7 @@ class DFRN
|
|||
|
||||
$item['uri-id'] = ItemURI::insert(['uri' => $item['uri'], 'guid' => $item['guid']]);
|
||||
|
||||
Tag::storeFromBody($item['uri-id'], $item["body"]);
|
||||
Tag::storeFromBody($item['uri-id'], $item["body"], '#');
|
||||
|
||||
// We store the data from "dfrn:diaspora_signature" in a different table, this is done in "Item::insert"
|
||||
$dsprsig = XML::unescape(XML::getFirstNodeValue($xpath, "dfrn:diaspora_signature/text()", $entry));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue