MAJOR FIX: Chat Latency Fixed

This commit is contained in:
Chris-1010
2025-01-29 17:41:40 +00:00
parent cf68d722b0
commit 6cfac0d78f
6 changed files with 124 additions and 76 deletions

View File

@@ -134,7 +134,7 @@ def get_specific_stream(streamer_username, stream_id):
if stream:
return jsonify(stream)
abort(404)
return jsonify({'error': 'Stream not found'}), 404
@login_required
@stream_bp.route('/get_followed_streamers')