diff --git a/tweak/Reddit.xm b/tweak/Reddit.xm index da59bd6..325489c 100755 --- a/tweak/Reddit.xm +++ b/tweak/Reddit.xm @@ -179,7 +179,10 @@ int secondVersionPart = 0; [comment setAuthor:author]; [comment setBodyText:body]; [comment setBodyRichTextAttributed:bodyMutableAttributedText]; - [comment setBodyAttributedText:bodyMutableAttributedText]; + + if (secondVersionPart <= 39) { + [comment setBodyAttributedText:bodyMutableAttributedText]; + } [[commentTreeNode commentTreeHeaderNode] updateContentViewsForData:comment];