showstream for singleuser instance too

singleuser instances shouldn't be too special and have too many
alternative methods of doing stuff.
This commit is contained in:
Mikael Nordfeldth 2015-02-03 22:33:01 +01:00
parent 6b638b8e13
commit 6a4cb43f67
1 changed files with 8 additions and 8 deletions

View File

@ -1066,6 +1066,7 @@ class Router
$m->connect(':nickname/rsd.xml',
array('action' => 'rsd'),
array('nickname' => Nickname::DISPLAY_FMT));
}
$m->connect(':nickname',
array('action' => 'showstream'),
@ -1074,7 +1075,6 @@ class Router
$m->connect(':nickname/',
array('action' => 'showstream'),
array('nickname' => Nickname::DISPLAY_FMT));
}
// AtomPub API