We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e809260 commit 2e351cbCopy full SHA for 2e351cb
assets/openIM.wasm
98 KB
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@openim/wasm-client-sdk",
3
- "version": "3.8.2-beta.4",
+ "version": "3.8.2",
4
"description": "open im sdk for web",
5
"source": "src/index.ts",
6
"main": "lib/index.js",
src/types/entity.ts
@@ -126,6 +126,7 @@ export type FriendUserItem = {
126
operatorUserID: string;
127
ownerUserID: string;
128
remark: string;
129
+ isPinned: boolean;
130
attachedInfo: string;
131
};
132
export type SearchedFriendsInfo = FriendUserItem & {
0 commit comments