Frio: Improved display of disabled activities

This commit is contained in:
Michael 2023-11-07 21:25:00 +00:00
parent 89e105afbe
commit f5f18518da
8 changed files with 54 additions and 30 deletions

View file

@ -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,