diff --git a/locales/en-US.json b/locales/en-US.json
index a5c16fd7..5bbf6db6 100644
--- a/locales/en-US.json
+++ b/locales/en-US.json
@@ -405,6 +405,7 @@
"YouTube comment permalink": "YouTube comment permalink",
"permalink": "permalink",
"`x` marked it with a ❤": "`x` marked it with a ❤",
+ "Member": "Member",
"Audio mode": "Audio mode",
"Video mode": "Video mode",
"Playlists": "Playlists",
diff --git a/src/invidious/comments.cr b/src/invidious/comments.cr
index 5749248e..f1942ceb 100644
--- a/src/invidious/comments.cr
+++ b/src/invidious/comments.cr
@@ -328,11 +328,21 @@ def template_youtube_comments(comments, locale, thin_mode, is_replies = false)
end
author_name = HTML.escape(child["author"].as_s)
+ member_icon = ""
if child["verified"]?.try &.as_bool && child["authorIsChannelOwner"]?.try &.as_bool
author_name += " "
elsif child["verified"]?.try &.as_bool
author_name += " "
end
+ if child["isMember"]?.try &.as_bool
+ member_icon = ""
+ end
html << <<-END_HTML
#{child["contentHtml"]}
END_HTML @@ -678,13 +689,17 @@ def content_to_comment_html(content, video_id : String? = "") text = "#{text}" if run["bold"]? text = "