Glimesh / glimesh.tv

Glimesh is a next generation live streaming platform built by the community, for the community.
https://glimesh.tv
Other
470 stars 79 forks source link

Usernames are case sensitive #25

Closed clone1018 closed 4 years ago

clone1018 commented 4 years ago

Currently https://glimesh.tv/ClOnE1018/profile does not resolve my profile. We'll probably need to either slugify all usernames, or ensure where statement searches independent of the case.

TortleWortle commented 4 years ago

I believe Twitch has a displayname and username where username is basically behaves like a slug, but you can change your displayname to be any combination of capitals of your username.

mja00 commented 4 years ago

This is exactly how twitch does it. You can change the capitalization but only the username is used in API calls and such.

mja00 commented 4 years ago

Could just rename the username field to displayname here and then copy + lowercase all displaynames to fill the username.