Explorar o código

cache valid UUIDs without skin

jomo %!s(int64=10) %!d(string=hai) anos
pai
achega
653590228f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      modules/helpers.js

+ 1 - 0
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);
       }
     }