Activities are now displayed as Emojis

This commit is contained in:
Michael 2023-02-18 06:56:03 +00:00
parent 960fdb9076
commit 608b5a37a4
9 changed files with 264 additions and 70 deletions

View file

@ -282,6 +282,10 @@ return [
// restricts develop log writes to requests originating from this IP address.
'dlogip' => '',
// emoji_activities (Boolean)
// Display received activities (like, dislike, reshare) as emojis
'emoji_activities' => false,
// expire-notify-priority (integer)
// Priority for the expirary notification
'expire-notify-priority' => Friendica\Core\Worker::PRIORITY_LOW,