mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:10:14 +00:00
Issue 2880: Editing post doesn't destroy mentions or hashtags anymore
This commit is contained in:
parent
81089e1b2e
commit
3fe07cca57
3 changed files with 11 additions and 1 deletions
|
@ -1250,7 +1250,7 @@ class Item extends BaseObject
|
|||
}
|
||||
}
|
||||
|
||||
private static function setHashtags(&$item)
|
||||
public static function setHashtags(&$item)
|
||||
{
|
||||
|
||||
$tags = get_tags($item["body"]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue