Explorar o código

Add task link

Shun Miyazawa hai 11 meses
pai
achega
0a4bae2805
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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 });