]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Dropped deprecated timestamp-based 'since' parameter for all API methods. When it...
authorBrion Vibber <brion@pobox.com>
Tue, 2 Mar 2010 19:54:02 +0000 (11:54 -0800)
committerBrion Vibber <brion@pobox.com>
Tue, 2 Mar 2010 19:54:02 +0000 (11:54 -0800)
commit6b134ae4c7e15ce9853bc82545c3beb67a2dfdad
treec28f2857d42b6bc97f602fe4c3458a5dd2ca9bc2
parentf596e072e79ec87541b27008ea2327275e5fc669
Dropped deprecated timestamp-based 'since' parameter for all API methods. When it sneaks in it can cause some very slow queries due to mismatches with the indexing.
Twitter removed 'since' support some time ago, and we've already removed it from the public timeline, so it shouldn't be missed.
19 files changed:
actions/apidirectmessage.php
actions/apigrouplist.php
actions/apigroupmembership.php
actions/apitimelinefriends.php
actions/apitimelinegroup.php
actions/apitimelinehome.php
actions/apitimelinementions.php
actions/apitimelinepublic.php
actions/apitimelineuser.php
classes/Fave.php
classes/Inbox.php
classes/Notice.php
classes/Notice_inbox.php
classes/Notice_tag.php
classes/Profile.php
classes/Reply.php
classes/User.php
classes/User_group.php
lib/apiaction.php