Skip to content

Commit

Permalink
Merge pull request #65 from juzibot/feat/support-disable-room-member-…
Browse files Browse the repository at this point in the history
…mutual-add
  • Loading branch information
binsee authored Sep 29, 2024
2 parents 4203bb4 + 440d952 commit fca172a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juzi/wechaty-puppet",
"version": "1.0.91",
"version": "1.0.92",
"description": "Abstract Puppet for Wechaty",
"type": "module",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions src/schemas/room.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export interface RoomPermission {
adminOnlyAtAll: boolean, // 仅群主或管理员可@所有人 内部
muteAll: boolean, // 全员禁言 内部
forbidRoomTopicEdit: boolean, // 禁止修改群名 外部
disableMemberMutualAdd: boolean, // 禁止外部群成员互相添加
}

/** @hidden */
Expand Down

0 comments on commit fca172a

Please sign in to comment.