From b2a0a378161f1021cb1ff0a22fc695570e1acadc Mon Sep 17 00:00:00 2001 From: ninya9k Date: Fri, 16 Apr 2021 10:01:47 +0000 Subject: [PATCH] remove todo that is now done --- website/routes.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/website/routes.py b/website/routes.py index 39d302a..c2b4a7a 100644 --- a/website/routes.py +++ b/website/routes.py @@ -146,9 +146,6 @@ def segments(): response.set_cookie('token', token) return response -# TODO: have a button like on Twitch that when you click it shows you a list of viewers / chatters that are currently watching / in chat -# there are several ways to do it, e.g. another iframe that gets constantly updates, or include the information in heartbeat, -# or no-js users have to load it and js users get it in heartbeat, or no-js users always load it like /chat and js users get it in heartbeat @current_app.route('/chat') def chat_iframe(): token = get_token() or new_token() @@ -334,4 +331,4 @@ def add_header(response): @current_app.route('/teapot') def teapot(): - return {'short': True, 'stout': True}, 418 \ No newline at end of file + return {'short': True, 'stout': True}, 418