Skip to content
Snippets Groups Projects

Xx 4601/haven invites

Merged Josh Brooks requested to merge XX-4601/HavenInvites into project/HavenBeta
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -539,6 +539,10 @@ func (dmc *DMClient) SendSilent(_ js.Value, args []js.Value) any {
// unlimited).
// - args[7] - A JSON marshalled [xxdk.CMIXParams]. This may be empty,
// and GetDefaultCMixParams will be used internally.
//
// Returns a promise:
// - Resolves to the JSON of [bindings.ChannelSendReport] (Uint8Array).
// - Rejected with an error if sending fails.
func (dmc *DMClient) SendInvite(_ js.Value, args []js.Value) any {
var (
channelManagerId = args[0].Int()
Loading