Make HiddenUser into HiddenUsers.

At @mikeb's suggestion in the code review, this makes HiddenUsers plural.

This makes the whole changeset a little more invasive than it was before, so please review carefully.
This commit is contained in:
Ralph Bean 2016-05-16 12:48:05 -04:00 committed by Mike McLean
parent 5d6305e4de
commit 0f411d9821
4 changed files with 38 additions and 16 deletions

View file

@ -29,7 +29,7 @@ LibPath = /usr/share/koji-web/lib
# Defaults to True
LiteralFooter = True
# This can be the numeric ID of a user that you want to hide from tasks listed
# on the front page. You might want to, for instance, hide the activity of an
# account used for continuous integration.
#HiddenUser = 5372
# This can be a comma-delimited list of the numeric IDs of users that you want
# to hide from tasks listed on the front page. You might want to, for instance,
# hide the activity of an account used for continuous integration.
#HiddenUsers = 5372,1234