From 653590228fb3d5129fa40fb2720fa4fc8c6bc48b Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 8 Nov 2014 01:16:46 +0100 Subject: [PATCH] cache valid UUIDs without skin --- modules/helpers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/helpers.js b/modules/helpers.js index d9493ad..5c3a257 100644 --- a/modules/helpers.js +++ b/modules/helpers.js @@ -49,6 +49,7 @@ function store_images(uuid, details, callback) { } } else { // profile found, but has no skin + cache.save_hash(uuid, null); callback(null, null); } }