]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Don't save duplicate messages into a user's packed inbox. We've already got the packe...
authorBrion Vibber <brion@pobox.com>
Fri, 2 Apr 2010 22:39:43 +0000 (15:39 -0700)
committerBrion Vibber <brion@pobox.com>
Fri, 2 Apr 2010 22:43:30 +0000 (15:43 -0700)
commit61394aa8ac3585c9b7f1e15b6c581af01854987d
tree74b65576fbcf2cc242ad882db27c87423a372168
parentb10ff031d9ba8c5e3b5267a469e8332011149fee
Don't save duplicate messages into a user's packed inbox. We've already got the packed box loaded at insert time, so we can simply unpack it and check before doing the update query.
Should help with dupes that come in when inbox distrib jobs die and get restarted, etc.
classes/Inbox.php