mirror of
https://github.com/friendica/friendica
synced 2025-04-24 12:30:10 +00:00
Frio: Improved display of disabled activities
This commit is contained in:
parent
89e105afbe
commit
f5f18518da
8 changed files with 54 additions and 30 deletions
|
@ -597,6 +597,7 @@ class Post
|
|||
'quoteshares' => $this->getQuoteShares($item['quoteshares']),
|
||||
'reactions' => $reactions,
|
||||
'responses' => $responses,
|
||||
'legacy_activities' => DI::config()->get('system', 'legacy_activities'),
|
||||
'switchcomment' => DI::l10n()->t('Comment'),
|
||||
'reply_label' => DI::l10n()->t('Reply to %s', $profile_name),
|
||||
'comment_html' => $comment_html,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue