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.