Ver Fonte

cache valid UUIDs without skin

jomo há 10 anos atrás
pai
commit
653590228f
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      modules/helpers.js

+ 1 - 0
modules/helpers.js

@@ -49,6 +49,7 @@ function store_images(uuid, details, callback) {
         }
         }
       } else {
       } else {
         // profile found, but has no skin
         // profile found, but has no skin
+        cache.save_hash(uuid, null);
         callback(null, null);
         callback(null, null);
       }
       }
     }
     }