diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-07-10 16:11:31 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-07-10 16:11:31 -0700 |
commit | 5b3d4f7121cf9999edb6789a9c0214dea193fe51 (patch) | |
tree | 78b4422b34fd8abf11155bbf6f616f7effe318f7 /lib/router.php | |
parent | 49e4f958eb7ff89bfb237da9bf810a0d668104e0 (diff) | |
parent | 08d50655f3a220b1fe970b0917a6ecbcae019b04 (diff) |
Merge branch 'candrews-review' into 0.8.x
* candrews-review:
added group status api, located at /api/statuses/group_timeline/ID.rss
Diffstat (limited to 'lib/router.php')
-rw-r--r-- | lib/router.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/router.php b/lib/router.php index 75e72f932..bc063038f 100644 --- a/lib/router.php +++ b/lib/router.php @@ -266,7 +266,7 @@ class Router $m->connect('api/statuses/:method/:argument', array('action' => 'api', 'apiaction' => 'statuses'), - array('method' => '(user_timeline|friends_timeline|replies|mentions|show|destroy|friends|followers)')); + array('method' => '(group_timeline|user_timeline|friends_timeline|replies|mentions|show|destroy|friends|followers)')); // users |