mirror of
https://github.com/logos-messaging/specs.git
synced 2026-05-18 19:09:33 +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
|
||||
type: ReliableChannelConfig
|
||||
description: "Configuration for the channel."
|
||||
- name: senderId
|
||||
type: string
|
||||
description: "An identifier for this sender. SHOULD be unique and persisted between sessions."
|
||||
returns:
|
||||
type: result<ReliableChannel, error>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user