From 1034e5fa65827d54380acee15ca02b1925c7d98f Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 23 Jun 2021 14:53:09 -0400 Subject: [PATCH] FIX: increase max favorite badges to 6 (#13507) Limit was 5 with the assumption that trust level badge will be the 6th badge. With trust level badges disabled, it should be possible to increase this to 6, or even more imo. --- config/site_settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/site_settings.yml b/config/site_settings.yml index 12a645d55fd..76da7d37040 100644 --- a/config/site_settings.yml +++ b/config/site_settings.yml @@ -311,7 +311,7 @@ basic: client: true default: 2 min: 0 - max: 5 + max: 6 enable_whispers: client: true default: false