소스 검색

Commented newFollowers webhook as untested and unimplimented

deadtom 2 주 전
부모
커밋
f5d3047cce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ownchatbot/webhooks.py

+ 1 - 1
ownchatbot/webhooks.py

@@ -160,7 +160,7 @@ def votes():
                            votes=all_active_votes(db))
 
 
-@ocb.route('/newFollow', methods=['POST'])
+@ocb.route('/newFollow', methods=['POST'])  # NOT TESTED. Will be fully implimented in Owncast version 0.2.4.
 def new_follow():
     data = request.json
     db = get_db()