mirror of
https://github.com/logos-messaging/specs.git
synced 2026-08-04 17:43:10 +00:00
add senderId as param for createReliableChannel func
This commit is contained in:
parent
b03f1b8f24
commit
ce68befbef
@ -254,6 +254,9 @@ functions:
|
|||||||
- name: channelConfig
|
- name: channelConfig
|
||||||
type: ReliableChannelConfig
|
type: ReliableChannelConfig
|
||||||
description: "Configuration for the channel."
|
description: "Configuration for the channel."
|
||||||
|
- name: senderId
|
||||||
|
type: string
|
||||||
|
description: "An identifier for this sender. SHOULD be unique and persisted between sessions."
|
||||||
returns:
|
returns:
|
||||||
type: result<ReliableChannel, error>
|
type: result<ReliableChannel, error>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user