@rongcloud/imlib-next 5.9.9-enterprise.4 → 5.9.9-enterprise.6

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.
package/index.d.ts CHANGED
@@ -135,6 +135,12 @@ declare type IInitOption = {
135
135
  * 私有云环境配置
136
136
  */
137
137
  environment?: string;
138
+ /**
139
+ * 开启已读回执信息本地存储,开启后 Electron 平台离线量大时会有性能问题,
140
+ * 私有云默认值为 false,
141
+ * 公有云默认值为 true
142
+ */
143
+ enableReadReceiptStorage?: boolean;
138
144
  };
139
145
  /**
140
146
  * 用户收到的消息结构