Skip to content
Snippets Groups Projects
Commit 26a4e206 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

hotfix parameter bug

parent 1d3519b1
No related branches found
No related tags found
1 merge request!109Project/haven beta
......@@ -650,7 +650,7 @@ func (dmc *DMClient) DeleteMessage(_ js.Value, args []js.Value) any {
partnerPubKeyBytes := utils.CopyBytesToGo(args[0])
partnerToken := int32(args[1].Int())
targetMessageIdBytes := utils.CopyBytesToGo(args[2])
cmixParamsJSON := utils.CopyBytesToGo(args[4])
cmixParamsJSON := utils.CopyBytesToGo(args[3])
jww.DEBUG.Printf("DeleteMessage(%s, %d, %s)",
base64.RawStdEncoding.EncodeToString(partnerPubKeyBytes)[:8],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment