remove ad hoc key sending

This commit is contained in:
Evgeny @ SimpleX Chat
2026-08-02 17:07:53 +00:00
parent 45c11d8f8c
commit cee60fa59e
18 changed files with 44 additions and 233 deletions
-23
View File
@@ -125,7 +125,6 @@ This file is generated automatically.
- [InlineFileMode](#inlinefilemode)
- [InvitationLinkPlan](#invitationlinkplan)
- [InvitedBy](#invitedby)
- [KeySendStatus](#keysendstatus)
- [LinkContent](#linkcontent)
- [LinkOwnerSig](#linkownersig)
- [LinkPreview](#linkpreview)
@@ -2483,7 +2482,6 @@ UpdateRequired:
- updatedAt: UTCTime
- supportChat: [GroupSupportChat](#groupsupportchat)?
- memberPubKey: string?
- userMemberKeyStatus: [KeySendStatus](#keysendstatus)
- relayLink: string?
- memberVerifiedCode: [SecurityCode](#securitycode)?
@@ -2742,27 +2740,6 @@ Unknown:
- type: "unknown"
---
## KeySendStatus
**Discriminated union type**:
Sent:
- type: "sent"
Failed:
- type: "failed"
Error:
- type: "error"
- sendError: string
Attempts:
- type: "attempts"
- sendAttempts: int
---
## LinkContent