Skip to content

Commit f3f6e93

Browse files
author
Bernhard B
committed
Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api
2 parents 4a11a45 + d136f7c commit f3f6e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ func (s *SignalClient) send(number string, message string,
354354
return nil, err
355355
}
356356
} else {
357-
cmd := []string{"--config", s.signalCliConfig, "-a", number, "send"}
357+
cmd := []string{"--config", s.signalCliConfig, "-a", number, "send", "--message-from-stdin"}
358358
if !isGroup {
359359
cmd = append(cmd, recipients...)
360360
} else {

0 commit comments

Comments
 (0)