]> 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:45:03 +0000 (15:45 -0700)
committerBrion Vibber <brion@pobox.com>
Fri, 2 Apr 2010 22:45:03 +0000 (15:45 -0700)
commitec24f283dd6f1371125c042529f571645a5f13fa
tree2a7189c13ab052d82c6c631c9ebeb5890a311a1b
parent6cd0637e552ed6ce35b4447aa280fb13cf7f65cb
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.

Conflicts:

classes/Inbox.php

Looks like this was implemented on master recently and not copied up to testing. Merging to my version on testing as I've added some doc comments and extracted a couple functions for future ease of use.
classes/Inbox.php