Explorar el Código

cache valid UUIDs without skin

jomo hace 10 años
padre
commit
653590228f
Se han modificado 1 ficheros con 1 adiciones y 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);
       }
     }