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 Oct 6, 2022
2 parents 4a11a45 + d136f7c commit f3f6e93
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 @@ -354,7 +354,7 @@ func (s *SignalClient) send(number string, message string,
return nil, err
}
} else {
cmd := []string{"--config", s.signalCliConfig, "-a", number, "send"}
cmd := []string{"--config", s.signalCliConfig, "-a", number, "send", "--message-from-stdin"}
if !isGroup {
cmd = append(cmd, recipients...)
} else {
Expand Down

0 comments on commit f3f6e93

Please sign in to comment.