mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-06 15:32:20 +00:00
core: rework synchronous group forwarding in receive loop into asynchronous delivery tasks (#6178)
This commit is contained in:
@@ -2131,6 +2131,7 @@ MemberSupport:
|
||||
|
||||
**Record type**:
|
||||
- groupId: int64
|
||||
- useRelays: bool
|
||||
- localDisplayName: string
|
||||
- groupProfile: [GroupProfile](#groupprofile)
|
||||
- localAlias: string
|
||||
@@ -3581,6 +3582,26 @@ InvalidQuote:
|
||||
InvalidMention:
|
||||
- type: "invalidMention"
|
||||
|
||||
InvalidDeliveryTask:
|
||||
- type: "invalidDeliveryTask"
|
||||
- taskId: int64
|
||||
|
||||
DeliveryTaskNotFound:
|
||||
- type: "deliveryTaskNotFound"
|
||||
- taskId: int64
|
||||
|
||||
InvalidDeliveryJob:
|
||||
- type: "invalidDeliveryJob"
|
||||
- jobId: int64
|
||||
|
||||
DeliveryJobNotFound:
|
||||
- type: "deliveryJobNotFound"
|
||||
- jobId: int64
|
||||
|
||||
WorkItemError:
|
||||
- type: "workItemError"
|
||||
- errContext: string
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user