forked from GNUsocial/gnu-social
Forgot a microsummary route in the latest commit
This commit is contained in:
parent
dafe775ffa
commit
8933022edc
@ -944,7 +944,7 @@ class Router
|
|||||||
|
|
||||||
foreach (array('subscriptions', 'subscribers',
|
foreach (array('subscriptions', 'subscribers',
|
||||||
'nudge', 'all', 'foaf', 'replies',
|
'nudge', 'all', 'foaf', 'replies',
|
||||||
'inbox', 'outbox', 'microsummary') as $a) {
|
'inbox', 'outbox') as $a) {
|
||||||
$m->connect(':nickname/'.$a,
|
$m->connect(':nickname/'.$a,
|
||||||
array('action' => $a),
|
array('action' => $a),
|
||||||
array('nickname' => Nickname::DISPLAY_FMT));
|
array('nickname' => Nickname::DISPLAY_FMT));
|
||||||
|
Loading…
Reference in New Issue
Block a user