]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Improve emoji federation and mastodon api compliance
[friendica.git] / static / defaults.config.php
index 3f6971dfa0c688c60c22d2990317af2e82705bf1..b6e26cb59b035536f612fd8909ff70825b8022cd 100644 (file)
@@ -290,9 +290,9 @@ 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,
+               // legacy_activities (Boolean)
+               // Display received activities (like, dislike, reshare) as detailed list
+               'legacy_activities' => true,
 
                // expire-notify-priority (integer)
                // Priority for the expiry notification
@@ -520,7 +520,7 @@ return [
                'png_quality' => 8,
 
                // process_view (Boolean)
-               // Process the "View" activity that is used by Peertube. View activities are displayed, when "emoji_activities" are enabled.
+               // Process the "View" activity that is used by Peertube.
                'process_view' => false,
 
                // profiler (Boolean)