فهرست منبع

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