diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-04-28 23:31:00 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-04-28 23:31:00 -0700 |
commit | e85cddba45c2ce02d135f00acdcfa37cb9168130 (patch) | |
tree | 6c0e8ef931afb77d901a92b1ad698f3970f67d64 /lib/router.php | |
parent | f8c34711b44bb05a99019bc6b4ca4ab4c5ba5143 (diff) |
Ticket #1428 - Changed replies API method to "mentions".
Diffstat (limited to 'lib/router.php')
-rw-r--r-- | lib/router.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/router.php b/lib/router.php index 6fb2f9487..12590b790 100644 --- a/lib/router.php +++ b/lib/router.php @@ -231,12 +231,12 @@ class Router $m->connect('api/statuses/:method', array('action' => 'api', 'apiaction' => 'statuses'), - array('method' => '(public_timeline|friends_timeline|user_timeline|update|replies|friends|followers|featured)(\.(atom|rss|xml|json))?')); + array('method' => '(public_timeline|friends_timeline|user_timeline|update|replies|mentions|friends|followers|featured)(\.(atom|rss|xml|json))?')); $m->connect('api/statuses/:method/:argument', array('action' => 'api', 'apiaction' => 'statuses'), - array('method' => '(user_timeline|friends_timeline|replies|show|destroy|friends|followers)')); + array('method' => '(user_timeline|friends_timeline|replies|mentions|show|destroy|friends|followers)')); // users |