From 6ed2ddf76da3f3e4a13c60c1c5278eae7bdb0ca2 Mon Sep 17 00:00:00 2001 From: figure-0e <133478007+figure-0e@users.noreply.github.com> Date: Tue, 1 Aug 2023 02:40:42 -0600 Subject: [PATCH] Correct logic to meet join-lemmy requirement, don't have closed signups. Allows Open and Applications. (#3761) Co-authored-by: Josh Bernardini --- crates/routes/src/nodeinfo.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crates/routes/src/nodeinfo.rs b/crates/routes/src/nodeinfo.rs index f9df94122..736ab4e04 100644 --- a/crates/routes/src/nodeinfo.rs +++ b/crates/routes/src/nodeinfo.rs @@ -48,7 +48,9 @@ async fn node_info(context: web::Data) -> Result