Skip to content

Commit

Permalink
fix #224, #216, #221 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbattle authored Oct 5, 2021
1 parent 798f0dc commit bdb64b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TwitchDownloaderCore/ChatRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ await Task.Run(() =>
if (comment.message.user_notice_params.msg_id == "highlighted-message" && comment.message.fragments == null && comment.message.body != null)
{
comment.message.fragments = new List<Fragment>();
comment.message.fragments.Add(new Fragment());
comment.message.fragments[0].text = comment.message.body;
}
if (comment.message.fragments == null || comment.commenter == null)
Expand Down

0 comments on commit bdb64b1

Please sign in to comment.