zahmis 5 лет назад
Родитель
Сommit
e410215517
1 измененных файлов с 1 добавлено и 0 удалено
  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',
           },
         },
       );