mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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.
This commit is contained in:
@@ -311,7 +311,7 @@ basic:
|
||||
client: true
|
||||
default: 2
|
||||
min: 0
|
||||
max: 5
|
||||
max: 6
|
||||
enable_whispers:
|
||||
client: true
|
||||
default: false
|
||||
|
||||
Reference in New Issue
Block a user