Skip to content

Commit

Permalink
refactor: 💡 fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
binsee committed Sep 29, 2024
1 parent 253a287 commit 440d952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/room.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export interface RoomPermission {
adminOnlyAtAll: boolean, // 仅群主或管理员可@所有人 内部
muteAll: boolean, // 全员禁言 内部
forbidRoomTopicEdit: boolean, // 禁止修改群名 外部
disableMemberMutualAdd: boolean, // 禁止修改群名 外部
disableMemberMutualAdd: boolean, // 禁止外部群成员互相添加
}

/** @hidden */
Expand Down

0 comments on commit 440d952

Please sign in to comment.