Make board name matching in filters case-sensitive.

This commit is contained in:
ccd0 2019-04-06 22:43:56 -07:00
parent f25c66a728
commit 95ef5c03c0

View File

@ -97,7 +97,6 @@ Filter =
# Sites can be specified by a beginning part of the site domain followed by a colon.
parseBoards: (boardsRaw) ->
return false unless boardsRaw
boardsRaw = boardsRaw.toLowerCase()
return boards if (boards = Filter.parseBoardsMemo[boardsRaw])
boards = {}
siteFilter = ''