matrix: Rework room send error handling
* Use the tracing crate instead of println macros * Do not panic on failure to send messages * Move the send code to a separate function in preparation for adding a proper retry implementation
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "matrix-feedbot"
|
||||
version = "0.1.1"
|
||||
version = "0.1.3"
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-or-later"
|
||||
authors = ["mirsal <mirsal@mirsal.fr>"]
|
||||
|
Reference in New Issue
Block a user