New length format for other kinds of mentions
This commit is contained in:
parent
fed0895d98
commit
2207eacc92
@ -794,6 +794,7 @@ function common_find_mentions($text, Notice $notice)
|
||||
'type' => 'list',
|
||||
'text' => $hmatch[0],
|
||||
'position' => $hmatch[1],
|
||||
'length' => mb_strlen($hmatch[0]),
|
||||
'url' => $url);
|
||||
}
|
||||
|
||||
@ -813,6 +814,7 @@ function common_find_mentions($text, Notice $notice)
|
||||
'type' => 'group',
|
||||
'text' => $hmatch[0],
|
||||
'position' => $hmatch[1],
|
||||
'length' => mb_strlen($hmatch[0]),
|
||||
'url' => $group->permalink(),
|
||||
'title' => $group->getFancyName());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user