fix(thunk): clarify v2 file naming and comments in messageThunk.v2.ts

- Updated comments to clarify that the file is part of the v1 codebase despite its v2 naming, preventing potential confusion for developers.
- Removed outdated references to v2 implementations in the documentation to ensure accuracy.
This commit is contained in:
fullex 2026-01-02 16:18:11 +08:00
parent 71a7b1b7ea
commit 26948b70a2

View File

@ -14,9 +14,9 @@
* - v2 Refactor PR : https://github.com/CherryHQ/cherry-studio/pull/10162
* --------------------------------------------------------------------------
*/
/**
* V2 implementations of message thunk functions using the unified DbService
* These implementations will be gradually rolled out using feature flags
* v2v2v2 Data Refactor没有任何关系v1的旧代码AI都要产生误判
*/
import { loggerService } from '@logger'
@ -35,7 +35,6 @@ const logger = loggerService.withContext('MessageThunkV2')
/**
* Load messages for a topic using unified DbService
* This is the V2 implementation that will replace the original
*/
export const loadTopicMessagesThunkV2 =
(topicId: string, forceReload: boolean = false) =>