From a16272f3d0f32cb39b8da39021b45625f74ac140 Mon Sep 17 00:00:00 2001 From: Vika Date: Sat, 14 May 2022 20:05:50 +0300 Subject: feat: webmention sending and reply context enrichment These features share some code since they both require fetching reply contexts, so it makes sense to implement them together. TODO cover webmention sending with integration tests --- src/frontend/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend/mod.rs') diff --git a/src/frontend/mod.rs b/src/frontend/mod.rs index eec2f85..b87f9c6 100644 --- a/src/frontend/mod.rs +++ b/src/frontend/mod.rs @@ -286,7 +286,7 @@ pub fn homepage(db: D, endpoints: IndiewebEndpoints) -> impl Filter< }) } -pub fn onboarding( +pub fn onboarding( db: D, endpoints: IndiewebEndpoints, http: reqwest::Client -- cgit 1.4.1