swap to and from

This commit is contained in:
Aaron Bieber 2024-07-18 21:38:02 -06:00
parent 4ed9ec84d5
commit 757b28d325
No known key found for this signature in database

View File

@ -124,8 +124,8 @@ func SMSListen(store ChatStore, plugins *plugins.Plugins) {
resp := p.Process(from, msg) resp := p.Process(from, msg)
err := sendVoipmsResp(voipms{ err := sendVoipmsResp(voipms{
did: from, did: to,
dst: to, dst: from,
message: resp, message: resp,
method: "sendSMS", method: "sendSMS",
apiUser: voipmsUser, apiUser: voipmsUser,