1
1
Fork 0

status.net mentions to non-followers require the numeric profile URL, not the nickname profile URL. Though it works when they are a follower.

This commit is contained in:
Friendika 2011-02-26 01:53:18 -08:00
commit 05d3eb59ec
4 changed files with 20 additions and 3 deletions

View file

@ -128,7 +128,8 @@ $namespaces = <<< EOT
xmlns:dfrn="http://purl.org/macgirvin/dfrn/1.0"
xmlns:as="http://activitystrea.ms/spec/1.0/"
xmlns:georss="http://www.georss.org/georss"
xmlns:poco="http://portablecontacts.net/spec/1.0" >
xmlns:poco="http://portablecontacts.net/spec/1.0"
xmlns:ostatus="http://ostatus.org/schema/1.0" >
EOT;
$slap = str_replace('<entry>',$namespaces,$slap);