diff options
author | James Taylor <user234683@users.noreply.github.com> | 2020-10-21 19:58:31 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2020-10-21 19:58:31 -0700 |
commit | d3230e8daf6af80f397ec41df2b8a3872b5b9483 (patch) | |
tree | 22d1d3abb00a2cdbae1211192cd43915198fa443 /youtube/templates/comments_page.html | |
parent | 8b54a5f3aa376651bf063baa6893fe9b7f0e2ca0 (diff) | |
download | yt-local-d3230e8daf6af80f397ec41df2b8a3872b5b9483.tar.lz yt-local-d3230e8daf6af80f397ec41df2b8a3872b5b9483.tar.xz yt-local-d3230e8daf6af80f397ec41df2b8a3872b5b9483.zip |
Remove commenting system. Because:
- Actually using it will result in comments being shadowbanned,
even those posted from Youtube's interfacs, because your account
gets downranked since no analytics are present so it looks like a
bot posting the comment.
- It's been broken for awhile
Diffstat (limited to 'youtube/templates/comments_page.html')
-rw-r--r-- | youtube/templates/comments_page.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/youtube/templates/comments_page.html b/youtube/templates/comments_page.html index 269ac83..2d914af 100644 --- a/youtube/templates/comments_page.html +++ b/youtube/templates/comments_page.html @@ -27,9 +27,6 @@ </section> {% endif %} - {% if not slim %} - {{ comments.comment_posting_box(comment_posting_box_info) }} - {% endif %} {% if not comments_info['is_replies'] %} <div class="comment-links"> |