Feature flag

This commit is contained in:
Noah Petherbridge 2024-08-26 21:39:07 -07:00
parent 242333d8b7
commit 617cd48308

View File

@ -124,7 +124,7 @@ const (
ThreadViewDebounceCooldown = 1 * time.Hour ThreadViewDebounceCooldown = 1 * time.Hour
// Enable user-owned forums (feature flag) // Enable user-owned forums (feature flag)
UserForumsEnabled = true UserForumsEnabled = false
) )
// User-Owned Forums: Quota settings for how many forums a user can own. // User-Owned Forums: Quota settings for how many forums a user can own.