]> git.mxchange.org Git - friendica.git/blobdiff - mod/item.php
Preparations for statusnet connector import
[friendica.git] / mod / item.php
index 346f1a0564a6db344f3d60c1fcb698e2892967dd..08145d5a0f613fd9f5b2e9a39a39dc011e7e8463 100644 (file)
@@ -1127,7 +1127,7 @@ function handle_tag($a, &$body, &$inform, &$str_tags, $profile_uid, $tag) {
                        if(count($r)) {
                                $profile = $r[0]['url'];
                                //set newname to nick, find alias
-                               if(($r[0]['network'] === NETWORK_OSTATUS) OR ($r[0]['network'] === NETWORK_TWITTER)) {
+                               if(($r[0]['network'] === NETWORK_OSTATUS) OR ($r[0]['network'] === NETWORK_TWITTER) OR ($r[0]['network'] === NETWORK_STATUSNET)) {
                                        $newname = $r[0]['nick'];
                                        $stat = true;
                                        if($r[0]['alias'])