Removing rel='ostatus:attention' in favor of Salmon's rel='mentioned'

This was introduced in StatusNet 0.9.x, which is the oldest branch
on the web today as far as I know.
This commit is contained in:
Mikael Nordfeldth
2013-10-21 18:42:15 +02:00
parent 2e3ef4cc07
commit 8004849305
4 changed files with 4 additions and 14 deletions

View File

@@ -627,8 +627,6 @@ class Activity
}
foreach ($this->context->attention as $attnURI) {
$xs->element('link', array('rel' => ActivityContext::ATTENTION,
'href' => $attnURI));
$xs->element('link', array('rel' => ActivityContext::MENTIONED,
'href' => $attnURI));
}