1
0
Fork 0

Preparations for statusnet connector import

This commit is contained in:
Michael Vogel 2014-04-04 10:40:46 +02:00
commit 77986d76fa
3 changed files with 6 additions and 2 deletions

View 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'])