feat: implement unoptimised filter_online if redis is not patched

This commit is contained in:
Paul Makles
2023-04-23 23:06:51 +01:00
parent ae9474b95d
commit 7f201565c0
5 changed files with 28 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ default = [ "serde", "from_database" ]
[dependencies]
# Repo
revolt-database = { version = "0.0.2", path = "../database", optional = true }
revolt-presence = { version = "0.0.2", path = "../presence", optional = true }
revolt-presence = { version = "0.0.2", path = "../presence", optional = true, features = [ "redis-is-patched" ] }
# Serialisation
serde = { version = "1", features = ["derive"], optional = true }