Commit 0e27aa9549ff9aeaf4ef3226dbd12af2b265c0f5
1 parent
e845f1fb5d
Exists in
master
Autosplit
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
lib/transport.js
... | ... | @@ -10,6 +10,7 @@ async function send(partner, msg) { |
10 | 10 | const destination = partner.trim().replace(/^0/, '').replace(/^\+/); |
11 | 11 | const msgFileContent = ` |
12 | 12 | To: ${destination} |
13 | +Autosplit: ${config.autosplit !== undefined ? config.autosplit : '1'} | |
13 | 14 | |
14 | 15 | ${msg.trim()} |
15 | 16 | `.trim(); |