zahmis 5 anni fa
parent
commit
e410215517
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/server/routes/apiv3/attachment.js

+ 1 - 0
src/server/routes/apiv3/attachment.js

@@ -68,6 +68,7 @@ module.exports = (crowi) => {
           offset,
           populate: {
             path: 'creator',
+            select: 'imageUrlCached',
           },
         },
       );