pmrowla / gumiya

Twitch+Bancho IRC bot and Django web interface
https://gumiya.pmrowla.com
MIT License
0 stars 0 forks source link

web: user page generates twitch link by display name and not user (channel) name #18

Open pmrowla opened 2 years ago

pmrowla commented 2 years ago

https://github.com/pmrowla/gumiya/blob/cdfac7d79d3ebac28df40ec6aa011a5400c52112/twitch_osu_bot/templates/users/user_detail.html#L21

twitch_user.username maps to twitch display names, we need to retrieve the actual channel name using the user ID here instead