]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added 'mentions' the the list of API methods requiring bare auth
authorZach Copley <zach@controlyourself.ca>
Wed, 29 Apr 2009 20:16:52 +0000 (13:16 -0700)
committerZach Copley <zach@controlyourself.ca>
Wed, 29 Apr 2009 20:16:52 +0000 (13:16 -0700)
actions/api.php

index d2f0a2eff0f7a47c1038939970d1fe0fd9a2cd32..8762b4bcd3efc974831252987f72b8bb33bd4041 100644 (file)
@@ -130,6 +130,7 @@ class ApiAction extends Action
                                  'statuses/friends_timeline',
                                  'statuses/friends',
                                  'statuses/replies',
+                                 'statuses/mentions',
                                  'statuses/followers',
                                  'favorites/favorites');