mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-28 18:40:09 +00:00
core, ui: security code verification in channels (verify member key) (#7255)
This commit is contained in:
@@ -1935,6 +1935,7 @@ class GroupMember(TypedDict):
|
||||
supportChat: NotRequired["GroupSupportChat"]
|
||||
memberPubKey: NotRequired[str]
|
||||
relayLink: NotRequired[str]
|
||||
memberVerifiedCode: NotRequired["SecurityCode"]
|
||||
|
||||
class GroupMemberAdmission(TypedDict):
|
||||
review: NotRequired["MemberCriteria"]
|
||||
|
||||
Reference in New Issue
Block a user