Преглед изворни кода

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