@rongcloud/imlib-next 5.12.1-enterprise.1 → 5.12.1-enterprise.2

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
@@ -164,6 +164,12 @@ declare type IInitOption = {
164
164
  * 私有云环境配置
165
165
  */
166
166
  environment?: string;
167
+ /**
168
+ * 开启已读回执信息本地存储,开启后 Electron 平台离线量大时会有性能问题,
169
+ * 私有云默认值为 false,
170
+ * 公有云默认值为 true
171
+ */
172
+ enableReadReceiptStorage?: boolean;
167
173
  };
168
174
  /**
169
175
  * 用户收到的消息结构