瀏覽代碼

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);
       }
     }