alwaysbegrowing / telegram-standup-bot

Very simple telegram bot for submitting daily standups
https://stoodbot.vercel.app
MIT License
27 stars 12 forks source link

names send out of order #60

Closed Geczy closed 1 year ago

Geczy commented 3 years ago

names should show who sent the update , it comes out of order

agates4 commented 2 years ago

the bug is in this.https://github.com/alwaysbegrowing/telegram-standup-bot/blob/master/pages/api/send.ts

agates4 commented 2 years ago

image is send like this now

agates4 commented 2 years ago

image could be better

Geczy commented 2 years ago

the fix was here but needs a different solution. vercel serverless times out in 15s and not all messages could send if it's not async