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

@@ -28,4 +28,4 @@ async-tungstenite = { version = "0.17.0", features = ["async-std-runtime"] }
async-std = { version = "1.8.0", features = ["tokio1", "tokio02", "attributes"] }
# core
revolt-presence = { path = "../core/presence" }
revolt-presence = { path = "../core/presence", features = [ "redis-is-patched" ] }