Hey! Telegram-send recently stopped sending notifications after a version update.
We got a function for sending logs:
telegram-send --config "$CAUR_TELEGRAM" "$@" &>/dev/null || true
which gets called like:
send-log --format markdown \
"${_AUTHOR} just deployed \`${_PKGTAG}\` successfully!" \
|| true
- It's definitely not an issue with our code as downgrading the
python-telegram-send package makes it work again.
- Invoking send-log manually works
- The OS is Arch Linux
- I'm assuming it has something to do with the particular syntax we use to send notifications
- This might be related? 1d8428e
Any help is very appreciated, thanks! :)
Hey! Telegram-send recently stopped sending notifications after a version update.
We got a function for sending logs:
which gets called like:
send-log --format markdown \ "${_AUTHOR} just deployed \`${_PKGTAG}\` successfully!" \ || truepython-telegram-sendpackage makes it work again.Any help is very appreciated, thanks! :)