Skip to content

Commit

Permalink
Merge pull request #637 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Adjust UIKit Doc
  • Loading branch information
haoxiuwen authored Feb 21, 2024
2 parents 7c4c424 + cafa594 commit 585c0fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/document/server-side/callback_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ payload 中字段含义:
| muc:remove_ban_group | {“operation”:“remove_ban_group”} | 解除群全局禁言 | 解除聊天室全局禁言 |
| muc:set_metadata | {“operation”:“set_metadata”} | 不支持 | 设置/更新聊天室自定义属性。|
| muc:delete_metadata | {“operation”:“delete_metadata”} | 不支持| 删除聊天室自定义属性。|
| muc:group_member_metadata_update | {“operation”:“group_member_metadata_update”} | 不支持| 设置群成员的自定义属性。|
| muc:group_member_metadata_update | {“operation”:“group_member_metadata_update”} | 设置群成员的自定义属性 | 不支持 |

#### 创建群组

Expand Down
4 changes: 2 additions & 2 deletions docs/uikit/chatuikit/android/chatuikit_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@

- Chat Fragment 提供所有聊天视图的容器。

![img](@static/images/uikit/chatuikit/android/page_chat.png =400x830)
![img](@static/images/uikit/chatuikit/android/page_chat.png =400x890)

- Conversation Fragment 提供会话列表容器。

![img](@static/images/uikit/chatuikit/android/page_conversation.png =400x850)

- Contact Fragment 提供联系人、群组及其详情等容器。

![img](@static/images/uikit/chatuikit/android/page_contact_list.png =400x830)
![img](@static/images/uikit/chatuikit/android/page_contact_list.png =400x850)

0 comments on commit 585c0fd

Please sign in to comment.