()
| 20 | import { fetchWithAuth } from '../utils/http' |
| 21 | |
| 22 | function getDataAdapter(): DataAdapter { |
| 23 | return getRegisteredAdapter<DataAdapter>('data') |
| 24 | } |
| 25 | |
| 26 | // 取会话首条消息 ID,供时间线点击跳转到对应消息位置使用(与 core getChatSessionList 保持一致) |
| 27 | const FIRST_MESSAGE_ID_SUBQUERY = `(SELECT mc.message_id FROM message_context mc |
no test coverage detected