core, ui: security code verification in channels (verify member key) (#7255)

This commit is contained in:
spaced4ndy
2026-07-15 10:46:31 +00:00
committed by GitHub
parent 6e2995cab6
commit 0fef34914d
28 changed files with 250 additions and 88 deletions
@@ -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"]