bogkonstantin / android_income_sms_gateway_webhook

Simple Android incoming SMS to URL forwarder
MIT License
388 stars 109 forks source link

Two configurations with different chat_id #60

Closed dimkot closed 5 months ago

dimkot commented 11 months ago

When adding two configurations with different chat_id, only the last one is triggered.

config1

number: +123456789 https://api.telegram.org/botXXXXXX/sendMessage?chat_id=XXXXXX {"text":"%text%"}

config2

number: +123456789 https://api.telegram.org/botXXXXXX/sendMessage?chat_id=YYYYYY {"text":"%text%"}

I need to send sms through one bot to different bot users. How to fix it? (version 2.2.3)

pmalecka commented 8 months ago

having the same issue, also with wildcard (*) number filter. Only one of the webhooks gets triggered - the last one edited/added.

Expected result: all matching filters get sent out.

pmalecka commented 8 months ago

fixed in pull req: https://github.com/bogkonstantin/android_income_sms_gateway_webhook/pull/66

bogkonstantin commented 5 months ago

Done in v.2.3.0