]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Workaround for reply timeline since_id issue: save the notice.created value into...
authorBrion Vibber <brion@pobox.com>
Fri, 25 Feb 2011 21:22:13 +0000 (13:22 -0800)
committerBrion Vibber <brion@pobox.com>
Fri, 25 Feb 2011 21:22:13 +0000 (13:22 -0800)
commit9ec395b07a8418e4540089d1c83653bee8dd40dd
tree6ece2872120b8b5571dd8a342cf1d0076613da58
parent55b1f3d84c7390528634db5b95396a181e13003c
Workaround for reply timeline since_id issue: save the notice.created value into reply.modified, so we can key off it as expected.

As a hack this removes the mysql_timestamp bit from the field settings on reply.modified so that our value actually gets saved. This *should* work ok as long as system timezone is set correctly, which we now set to UTC to match when connecting.
classes/Notice.php
classes/statusnet.ini
plugins/TwitterBridge/twitterimport.php