Skip to content

Commit f6f0d77

Browse files
KenChoiKenChoi
authored andcommitted
add group avatar thumb path field
1 parent 4aad502 commit f6f0d77

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

document/Models.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ isFriend:boolean // 是否为好友
3838
```js
3939
type: 'group',
4040
id: string, // 群组 id
41+
avatarThumbPath: string, // 头像的缩略图地址
4142
name: string, // 群组名称
4243
desc: string, // 群组描述
4344
level: number, // 群组等级,默认等级 4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jmessage-react-plugin",
3-
"version": "2.1.8",
3+
"version": "2.1.9",
44
"description": "a jmessage plugin for react native application",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)