k2-im 0.1.10 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4308,6 +4308,9 @@ interface ConversationHandle<TType extends ProductHandleConversationType = Produ
4308
4308
  *
4309
4309
  * @remarks 冷启动时允许使用同一复合会话的完整置顶预览或短期搜索结果作为只读锚点;二者都不会因此写入
4310
4310
  * 普通消息 Store,partial 置顶、过期搜索结果仍因缺少可信排序信息而明确拒绝定位。
4311
+ * @throws 目标不在本机历史或不属于当前复合会话时,抛出稳定 `IM_SDK_MESSAGE_NOT_FOUND`
4312
+ * (`category: 'state'`、`retryable: false`、`details.messageId`)。这是常见产品结果而非链路异常,
4313
+ * 调用方应据此与真正的存储/协议失败区分反馈,不要解析错误文案。
4311
4314
  */
4312
4315
  loadAround: (messageId: string) => Promise<void>;
4313
4316
  /**