mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-01-26 19:03:33 +00:00
Update use of send command to include new required argument
See 4120630309# for more info
This commit is contained in:
parent
a1189292f8
commit
8cd14210e1
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user