matrix: Handle sync errors more gracefully

* Retry failed sync immediately
 * Trace the underlying error when sync fails
This commit is contained in:
2025-04-28 18:25:40 +00:00
parent 6dddbfb1e9
commit cacbf4af45
2 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "matrix-feedbot"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "GPL-3.0-or-later"
authors = ["mirsal <mirsal@mirsal.fr>"]