Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard B committed Dec 1, 2023
2 parents 13236b7 + e9503a2 commit f564cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const groupPrefix = "group."

const signalCliV2GroupError = "Cannot create a V2 group as self does not have a versioned profile"

const endpointNotSupportedInJsonRpcMode = "This endpoint is not supported in JSON-RCP mode."
const endpointNotSupportedInJsonRpcMode = "This endpoint is not supported in JSON-RPC mode."

type GroupPermission int

Expand Down

0 comments on commit f564cff

Please sign in to comment.