From 7f4e972f8122ab0ebc229f7b86797ccc23f2b29a Mon Sep 17 00:00:00 2001 From: alemi Date: Tue, 14 May 2024 19:05:30 +0200 Subject: [PATCH] fix(web): enable litepub feature to show reacts --- web/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Cargo.toml b/web/Cargo.toml index 39e9f20..db71b72 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -26,7 +26,7 @@ leptos = { version = "0.6", features = ["csr", "tracing"] } leptos_router = { version = "0.6", features = ["csr"] } leptos-use = { version = "0.10", features = ["serde"] } reqwest = { version = "0.12", features = ["json"] } -apb = { path = "../apb", features = ["unstructured", "activitypub-fe", "activitypub-counters"] } +apb = { path = "../apb", features = ["unstructured", "activitypub-fe", "activitypub-counters", "litepub"] } futures = "0.3.30" lazy_static = "1.4" chrono = { version = "0.4", features = ["serde"] }