Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxdk-wasm
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
xxdk-wasm
Commits
e205d110
Commit
e205d110
authored
1 year ago
by
Josh Brooks
Browse files
Options
Downloads
Patches
Plain Diff
Fix minor bug in channels.SendInvite
parent
5a63e9fa
No related branches found
No related tags found
2 merge requests
!109
Project/haven beta
,
!100
Xx 4601/haven invites
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wasm/channels.go
+2
-2
2 additions, 2 deletions
wasm/channels.go
with
2 additions
and
2 deletions
wasm/channels.go
+
2
−
2
View file @
e205d110
...
...
@@ -1226,8 +1226,8 @@ func (cm *ChannelsManager) SendInvite(_ js.Value, args []js.Value) any {
msg
=
args
[
2
]
.
String
()
host
=
args
[
3
]
.
String
()
maxUses
=
args
[
4
]
.
Int
()
leaseTimeMS
=
int64
(
args
[
4
]
.
Int
())
cmixParamsJSON
=
utils
.
CopyBytesToGo
(
args
[
5
])
leaseTimeMS
=
int64
(
args
[
5
]
.
Int
())
cmixParamsJSON
=
utils
.
CopyBytesToGo
(
args
[
6
])
)
// fixme: add pings to wasm
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment