mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:10:12 +00:00
Add potential debug display of implicit mentions in frio
- Refactored conversation() by removing extraneous intermediary variables
This commit is contained in:
parent
8c1db51a76
commit
34bc0b0c97
3 changed files with 17 additions and 21 deletions
|
@ -366,6 +366,7 @@ class Post extends BaseObject
|
|||
'tags' => $tags['tags'],
|
||||
'hashtags' => $tags['hashtags'],
|
||||
'mentions' => $tags['mentions'],
|
||||
'implicit_mentions' => $tags['implicit_mentions'],
|
||||
'txt_cats' => L10n::t('Categories:'),
|
||||
'txt_folders' => L10n::t('Filed under:'),
|
||||
'has_cats' => ((count($categories)) ? 'true' : ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue