innoq / statuses

statuses
Apache License 2.0
13 stars 14 forks source link

username filter should be case-insensitive #84

Closed FND closed 9 years ago

FND commented 9 years ago

AFAICT the system is designed to be case-agnostic WRT usernames, yet /updates?author=FND results in an empty page because internally the username is "fnd"

FND commented 9 years ago

Thanks for the quick response!