]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Conversation ID now gets set from initial notice.
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 1 Mar 2014 16:06:29 +0000 (17:06 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 1 Mar 2014 16:12:40 +0000 (17:12 +0100)
commit5c505d8539c03cb1355b00756b826bfb265033d7
treeaa6f958faf654fc379aeabf895318d72fa4017fc
parent9291225a69c586424fb5a40588c115bf1b78bce1
Conversation ID now gets set from initial notice.

This will work without much extra effort because there will always be
more notices (higher value) than conversations (so no collisions).

But please run upgrade.php to avoid having an autoincrement id on
conversation table.

Installations using code after 2014-03-01 will have identical
conversation IDs to the initial (conversation root) notice IDs. This
will not affect older installations, which will have very different
values.
classes/Conversation.php
classes/Notice.php
plugins/TwitterBridge/lib/twitterimport.php