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:
Neil Lalonde 2021-06-23 14:53:09 -04:00 committed by GitHub
parent 7c94efd6c9
commit 1034e5fa65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,7 +311,7 @@ basic:
client: true
default: 2
min: 0
max: 5
max: 6
enable_whispers:
client: true
default: false