diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-11-24 17:35:33 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-11-24 17:35:33 -0500 |
commit | a1da43417e319b7cd49199667794163ad8e3d8ed (patch) | |
tree | 7074af7327c287bbdd4442ed8527691da39026fc /actions/showstream.php | |
parent | 864aad7b83df0a4e78a96286f412402ee2d0b49b (diff) |
support microsummaries
darcs-hash:20081124223533-5ed1f-1ae78e694043cef14d528dcd4201301eec8ad61b.gz
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index b9ab699d3..031b3ec84 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -136,6 +136,11 @@ class ShowstreamAction extends StreamAction { 'content' => "xmpp+http:sha1:" . sha1(sha1('xmpp:' . $user->jabber) . sha1($profile->profileurl)))); } + # See https://wiki.mozilla.org/Microsummaries + + common_element('link', array('rel' => 'microsummary', + 'href' => common_local_url('microsummary', + array('nickname' => $profile->nickname)))); } function no_such_user() { |