jsha / blocktogether

Share your blocks and subscribe to others'
GNU General Public License v3.0
330 stars 68 forks source link

Missed unblocks #138

Open jsha opened 9 years ago

jsha commented 9 years ago

Some unblocks did not get recorded in the Actions table because of rate limiting on /users/lookup. It should be possible to reconstruct the set of all users who have been blocked from a block list by looking at cause and cause_uid, then find the users who are not currently blocked by the owner of the block list, and enqueue unblocks for those users.