소스 검색

Add task link

Shun Miyazawa 11 달 전
부모
커밋
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 });