]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Drop timestamp cutoff parameter from User::getCurrentNotice() and Profile::getCurrent...
authorBrion Vibber <brion@pobox.com>
Thu, 11 Mar 2010 19:01:01 +0000 (11:01 -0800)
committerBrion Vibber <brion@pobox.com>
Thu, 11 Mar 2010 19:01:01 +0000 (11:01 -0800)
commitce92bc71431ec878c391b1ac6e16fd59cafd50b1
treef1f3ee9404cab29c578a6c11baff08d20d60c8e7
parent66518df4356ea878bfd8693191f0354caebfb549
Drop timestamp cutoff parameter from User::getCurrentNotice() and Profile::getCurrentNotice().
It's not currently used, and won't be efficient when we update the notice.profile_id_idx index to optimize for our id-based sorting when pulling user post lists for profile pages, feeds etc.
classes/Profile.php
classes/User.php