Shun Miyazawa 11 месяцев назад
Родитель
Сommit
0a4bae2805
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      apps/app/src/server/routes/apiv3/attachment.js

+ 2 - 1
apps/app/src/server/routes/apiv3/attachment.js

@@ -371,7 +371,8 @@ module.exports = (crowi) => {
 
         const isVectorStoreCompatible_ = isVectorStoreCompatible(file.originalname, file.mimetype);
         if (isVectorStoreCompatible_) {
-          // TODO: Process for uploading to VectorStore
+          // TODO: https://redmine.weseek.co.jp/issues/165326
+          // Process for uploading to VectorStore
         }
 
         activityEvent.emit('update', res.locals.activity._id, { action: SupportedAction.ACTION_ATTACHMENT_ADD });