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)
err := sendVoipmsResp(voipms{
did: from,
dst: to,
did: to,
dst: from,
message: resp,
method: "sendSMS",
apiUser: voipmsUser,