Issue 2880: Editing post doesn't destroy mentions or hashtags anymore
This commit is contained in:
@@ -1250,7 +1250,7 @@ class Item extends BaseObject
|
||||
}
|
||||
}
|
||||
|
||||
private static function setHashtags(&$item)
|
||||
public static function setHashtags(&$item)
|
||||
{
|
||||
|
||||
$tags = get_tags($item["body"]);
|
||||
|
||||
Reference in New Issue
Block a user