]> git.mxchange.org Git - friendica.git/blobdiff - include/items.php
change default ostatus poll interval
[friendica.git] / include / items.php
index dead477097dbb8b8f8da00c7e303397205a9372b..9becb9ffb74ece6dba203b887df3a7a7496847e1 100644 (file)
@@ -2094,6 +2094,8 @@ function local_delivery($importer,$data) {
                                        
                                                if((! $is_like) && (! $importer['self'])) {
 
+                                                       require_once('include/enotify.php');
+
                                                        notification(array(
                                                                'type'         => NOTIFY_COMMENT,
                                                                'notify_flags' => $importer['notify-flags'],
@@ -2208,6 +2210,8 @@ function local_delivery($importer,$data) {
                                                        if(! link_compare($conv['author-link'],$importer_url))
                                                                continue;
 
+                                                       require_once('include/enotify.php');
+
                                                        notification(array(
                                                                'type'         => NOTIFY_COMMENT,
                                                                'notify_flags' => $importer['notify-flags'],