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

Update Deps

parent 33317208
No related branches found
No related tags found
1 merge request!109Project/haven beta
...@@ -9,7 +9,7 @@ require ( ...@@ -9,7 +9,7 @@ require (
github.com/spf13/cobra v1.7.0 github.com/spf13/cobra v1.7.0
github.com/spf13/jwalterweatherman v1.1.0 github.com/spf13/jwalterweatherman v1.1.0
github.com/stretchr/testify v1.8.2 github.com/stretchr/testify v1.8.2
gitlab.com/elixxir/client/v4 v4.6.4-0.20230608180252-97c80bec3eec gitlab.com/elixxir/client/v4 v4.6.4-0.20230608195010-ff2eeb3e1127
gitlab.com/elixxir/crypto v0.0.7-0.20230607170539-92d9508c78f9 gitlab.com/elixxir/crypto v0.0.7-0.20230607170539-92d9508c78f9
gitlab.com/elixxir/primitives v0.0.3-0.20230214180039-9a25e2d3969c gitlab.com/elixxir/primitives v0.0.3-0.20230214180039-9a25e2d3969c
gitlab.com/elixxir/wasm-utils v0.0.0-20230607204433-22c46f9d680f gitlab.com/elixxir/wasm-utils v0.0.0-20230607204433-22c46f9d680f
......
...@@ -523,6 +523,8 @@ gitlab.com/elixxir/client/v4 v4.6.4-0.20230608170359-6f802c11e487 h1:th4mIU968Zu ...@@ -523,6 +523,8 @@ gitlab.com/elixxir/client/v4 v4.6.4-0.20230608170359-6f802c11e487 h1:th4mIU968Zu
gitlab.com/elixxir/client/v4 v4.6.4-0.20230608170359-6f802c11e487/go.mod h1:GyXpu03l8AybmrGSq+AiKTuB+oJI5of78MdvdqFo29U= gitlab.com/elixxir/client/v4 v4.6.4-0.20230608170359-6f802c11e487/go.mod h1:GyXpu03l8AybmrGSq+AiKTuB+oJI5of78MdvdqFo29U=
gitlab.com/elixxir/client/v4 v4.6.4-0.20230608180252-97c80bec3eec h1:qwVxyrJfcrPcifvMEO/yn2DUKiB00WCSyby6gS+fzw4= gitlab.com/elixxir/client/v4 v4.6.4-0.20230608180252-97c80bec3eec h1:qwVxyrJfcrPcifvMEO/yn2DUKiB00WCSyby6gS+fzw4=
gitlab.com/elixxir/client/v4 v4.6.4-0.20230608180252-97c80bec3eec/go.mod h1:GyXpu03l8AybmrGSq+AiKTuB+oJI5of78MdvdqFo29U= gitlab.com/elixxir/client/v4 v4.6.4-0.20230608180252-97c80bec3eec/go.mod h1:GyXpu03l8AybmrGSq+AiKTuB+oJI5of78MdvdqFo29U=
gitlab.com/elixxir/client/v4 v4.6.4-0.20230608195010-ff2eeb3e1127 h1:n8i9zcYkZwFWcBNo7wB5RsGyXTx7gT4AIqoiSNOlVAs=
gitlab.com/elixxir/client/v4 v4.6.4-0.20230608195010-ff2eeb3e1127/go.mod h1:GyXpu03l8AybmrGSq+AiKTuB+oJI5of78MdvdqFo29U=
gitlab.com/elixxir/comms v0.0.4-0.20230519211512-4a998f4b0938 h1:f27+QUFiGWrprKm+fstOg3ABkYLpWcZi3+8Lf5eDnqY= gitlab.com/elixxir/comms v0.0.4-0.20230519211512-4a998f4b0938 h1:f27+QUFiGWrprKm+fstOg3ABkYLpWcZi3+8Lf5eDnqY=
gitlab.com/elixxir/comms v0.0.4-0.20230519211512-4a998f4b0938/go.mod h1:z+qW0D9VpY5QKTd7wRlb5SK4kBNqLYsa4DXBcUXue9Q= gitlab.com/elixxir/comms v0.0.4-0.20230519211512-4a998f4b0938/go.mod h1:z+qW0D9VpY5QKTd7wRlb5SK4kBNqLYsa4DXBcUXue9Q=
gitlab.com/elixxir/crypto v0.0.7-0.20230607170539-92d9508c78f9 h1:+RZcoU7NOPXCenkKM/ImYyLcNDdG4vsWrJyKqoAAv8k= gitlab.com/elixxir/crypto v0.0.7-0.20230607170539-92d9508c78f9 h1:+RZcoU7NOPXCenkKM/ImYyLcNDdG4vsWrJyKqoAAv8k=
......
...@@ -1710,10 +1710,10 @@ func (cm *ChannelsManager) SetMobileNotificationsLevel(_ js.Value, args []js.Val ...@@ -1710,10 +1710,10 @@ func (cm *ChannelsManager) SetMobileNotificationsLevel(_ js.Value, args []js.Val
// - Throws an error if getting the report fails. // - Throws an error if getting the report fails.
func GetChannelNotificationReportsForMe(_ js.Value, args []js.Value) any { func GetChannelNotificationReportsForMe(_ js.Value, args []js.Value) any {
notificationFilterJSON := utils.CopyBytesToGo(args[0]) notificationFilterJSON := utils.CopyBytesToGo(args[0])
notificationDataJSON := utils.CopyBytesToGo(args[1]) notificationDataCSV := args[1].String()
report, err := bindings.GetChannelNotificationReportsForMe( report, err := bindings.GetChannelNotificationReportsForMe(
notificationFilterJSON, notificationDataJSON) notificationFilterJSON, notificationDataCSV)
if err != nil { if err != nil {
exception.ThrowTrace(err) exception.ThrowTrace(err)
return nil return nil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment