]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Configuration for the priority of the notification for expired messages
[friendica.git] / static / defaults.config.php
index b51b5935ad0b8f40314ffae75b0665c00961f760..f70bf8c8f642a86be076628bf2c18212bfa3b4d0 100644 (file)
@@ -237,6 +237,10 @@ return [
                // restricts develop log writes to requests originating from this IP address.
                'dlogip' => '',
 
+               // expire-notify-priority (integer)
+               // Priority for the expirary notification 
+               'expire-notify-priority' => PRIORITY_LOW,
+
                // free_crawls (Integer)
                // Number of "free" searches when system => permit_crawling is enabled.
                'free_crawls' => 10,