mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 22:05:48 +08: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:
parent
7c94efd6c9
commit
1034e5fa65
|
@ -311,7 +311,7 @@ basic:
|
|||
client: true
|
||||
default: 2
|
||||
min: 0
|
||||
max: 5
|
||||
max: 6
|
||||
enable_whispers:
|
||||
client: true
|
||||
default: false
|
||||
|
|
Loading…
Reference in New Issue
Block a user