From 617cd4830834f245e678089a658d9445838a2283 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Mon, 26 Aug 2024 21:39:07 -0700 Subject: [PATCH] Feature flag --- pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index 3a93a2f..54c9be3 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -124,7 +124,7 @@ const ( ThreadViewDebounceCooldown = 1 * time.Hour // Enable user-owned forums (feature flag) - UserForumsEnabled = true + UserForumsEnabled = false ) // User-Owned Forums: Quota settings for how many forums a user can own.