fix restricted member permission copy/paste issue
This commit is contained in:
parent
d5a2d315db
commit
ac10e600bf
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ Page {
|
|||
(chatGroupInformation.status["@type"] === "chatMemberStatusMember" && chatGroupInformation.status.permissions[privilege])
|
||||
|| chatGroupInformation.status["@type"] === "chatMemberStatusAdministrator"
|
||||
|| chatGroupInformation.status["@type"] === "chatMemberStatusCreator"
|
||||
|| (chatGroupInformation.status["@type"] === "chatMemberStatusRestricted" && chatInformation.permissions[privilege])
|
||||
|| (chatGroupInformation.status["@type"] === "chatMemberStatusRestricted" && chatGroupInformation.status.permissions[privilege])
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue