You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2019. It is now read-only.
Right now there are two big problems with the two Telegram crates:
One is too old and can't work with new hyper. I would have to update the crate itself to use something newer (like reqwest) AND also update its dependencies (multipart)
Two depends on a crate that uses custom derives that has been superseded by proc_macro in 1.15.
This is related to #14.
Right now there are two big problems with the two Telegram crates:
One is too old and can't work with new hyper. I would have to update the crate itself to use something newer (like reqwest) AND also update its dependencies (multipart)
Two depends on a crate that uses custom derives that has been superseded by
proc_macro
in 1.15.Rip out current Telegram support (Remove Telegram feature #18)
Implement a websocket (?) endpoint that spits out broadcast messages (Implement WS endpoint #43)
Implement a separate Telegram "client" to restore removed features (https://github.com/sturdek/pr-demon-telegram-bot)
The text was updated successfully, but these errors were encountered: