general-porpoise / snapcache

Snapcache allows users to create, share, and discover geocached time capsules with their friends.
http://snapcache.co/
5 stars 4 forks source link

(fix) Check before adding cache to inbox #259

Closed cgrinaldi closed 9 years ago

cgrinaldi commented 9 years ago

We were having issues where we were adding duplicate caches. This seemed to be happening due to the async nature of discovery vs. displaying.

This fix just does a simple check through caches to see if that cache's id is present or not. This could be an issue with many caches, but for now it should be fine.