feat(core/database): clear expired FCM tokens

This commit is contained in:
Paul Makles
2024-08-30 15:51:20 +01:00
parent bce24c8b1b
commit acbc1b8956
3 changed files with 22 additions and 6 deletions

View File

@@ -14,5 +14,3 @@ redis22 = { package = "redis", version = "0.22.3", git = "https://github.com/rev
redis23 = { package = "redis", version = "0.23.1", git = "https://github.com/revoltchat/redis-rs", rev = "f8ca28ab85da59d2ccde526b4d2fb390eff5a5f9" }
# authifier = { package = "authifier", version = "1.0.8", path = "../authifier/crates/authifier" }
# rocket_authifier = { package = "rocket_authifier", version = "1.0.8", path = "../authifier/crates/rocket_authifier" }
[profile.release]
debug = false