Revert "remove reactions from messages older than n days"

This reverts commit 94b12a1069.
This commit is contained in:
Sefa Eyeoglu 2024-04-30 22:08:39 +02:00
parent a51210289b
commit ca7bacb5ac
No known key found for this signature in database
GPG key ID: E13DFD4B47127951
9 changed files with 18 additions and 86 deletions

9
Cargo.lock generated
View file

@ -241,17 +241,15 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.37"
version = "0.4.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
"windows-targets 0.52.0",
"windows-targets 0.48.5",
]
[[package]]
@ -1447,7 +1445,6 @@ dependencies = [
name = "refraction"
version = "2.0.0"
dependencies = [
"chrono",
"color-eyre",
"dotenvy",
"enum_dispatch",