mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:50:10 +00:00
Activities are now displayed as Emojis
This commit is contained in:
parent
960fdb9076
commit
608b5a37a4
9 changed files with 264 additions and 70 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue