mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 02:54:34 +00:00
remove ad hoc key sending
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user