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:
parent
4efa0f1e81
commit
05d3eb59ec
4 changed files with 20 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue