From: James Walker Date: Fri, 14 May 2010 20:43:21 +0000 (-0400) Subject: accept either salmon endpoint (until they're unified in the spec) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1999b836c0681c44171d849028fb2d5d0c3d01b8;p=quix0rs-gnu-social.git accept either salmon endpoint (until they're unified in the spec) --- diff --git a/plugins/OStatus/lib/discoveryhints.php b/plugins/OStatus/lib/discoveryhints.php index 80cfbbf15e..ca54a0f5f5 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;