]> git.mxchange.org Git - friendica.git/blobdiff - mod/notify.php
Merge pull request #2190 from annando/1512-getload
[friendica.git] / mod / notify.php
index f9c5a09b277deeae503998f895ce3650100dd03d..02260514af91493b287a06438fd799e016c224e5 100644 (file)
@@ -18,11 +18,8 @@ function notify_init(&$a) {
                                intval(local_user())
                        );
 
-                       // Friendica-Client
-                       $friendicamobile = ($_SERVER['HTTP_USER_AGENT'] == "Apache-HttpClient/UNAVAILABLE (java 1.4)");
-
                        // The friendica client has problems with the GUID. this is some workaround
-                       if ($friendicamobile) {
+                       if ($a->is_friendica_app()) {
                                require_once("include/items.php");
                                $urldata = parse_url($r[0]['link']);
                                $guid = basename($urldata["path"]);