remove todo that is now done

このコミットが含まれているのは:
n9k 2021-04-16 10:01:47 +00:00
コミット b2a0a37816
1個のファイルの変更1行の追加4行の削除

ファイルの表示

@ -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
return {'short': True, 'stout': True}, 418