Переглянути джерело

cache valid UUIDs without skin

jomo 10 роки тому
батько
коміт
653590228f
1 змінених файлів з 1 додано та 0 видалено
  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);
       }
     }