velour / chat

An easy-to-use client for Slack, Telegram, IRC, or all at once!
7 stars 0 forks source link

bridge: don't hold state for sent messages that timed out #95

Closed eaburns closed 6 years ago

eaburns commented 6 years ago

If a send times out, it's sent message state is bogus, so don't store it. Currently we store it, but it was empty, so if the message is later edited we try to edit an empty message ID and crash.