diff options
author | James Walker <walkah@walkah.net> | 2010-05-14 16:43:21 -0400 |
---|---|---|
committer | James Walker <walkah@walkah.net> | 2010-05-14 16:43:41 -0400 |
commit | 1999b836c0681c44171d849028fb2d5d0c3d01b8 (patch) | |
tree | 8904dfe2b73352c6b4e86d7ba1f8e1d7b9d7767c | |
parent | 275002d88a758d47e15b2f6d97873c243a500451 (diff) |
accept either salmon endpoint (until they're unified in the spec)
-rw-r--r-- | plugins/OStatus/lib/discoveryhints.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/OStatus/lib/discoveryhints.php b/plugins/OStatus/lib/discoveryhints.php index 80cfbbf15..ca54a0f5f 100644 --- a/plugins/OStatus/lib/discoveryhints.php +++ b/plugins/OStatus/lib/discoveryhints.php @@ -30,6 +30,7 @@ class DiscoveryHints { case Discovery::PROFILEPAGE: $hints['profileurl'] = $link['href']; break; + case Salmon::NS_MENTIONS: case Salmon::NS_REPLIES: $hints['salmon'] = $link['href']; break; |