Commit 0188bfed2901c388a64072838bc77b65309f9e60

Authored by Adhidarma Hadiwinoto
1 parent 233a5ff508
Exists in master

Buka kembali, tanpa filter + pada from

Showing 1 changed file with 0 additions and 5 deletions Side-by-side Diff

lib/report-sender.js
... ... @@ -26,11 +26,6 @@ function incomingSMS(message) {
26 26 throw e;
27 27 }
28 28  
29   - if (message.metadata.from.indexOf('+') !== 0) {
30   - logger.verbose('Do not send report on incoming message when sender does not start with "+".', { from: message.metadata.from, msg: message.message });
31   - return;
32   - }
33   -
34 29 const requestOptions = {
35 30 url: config.report_url.incoming_sms,
36 31 qs: {