diff --git a/tweak/Apollo.xm b/tweak/Apollo.xm index 6a4b2aa..4f05da0 100644 --- a/tweak/Apollo.xm +++ b/tweak/Apollo.xm @@ -91,6 +91,13 @@ id apolloCommentsControllerForContext; return %orig; } ++ (id)attributedStringFromHTML:(id)arg1 attributes:(id)arg2 compact:(BOOL)arg3 snoomojiMapping:(id)arg4 snoomojiInfo:(id)arg5 { + + apolloBodyAttributes = [arg2 copy]; + + return %orig; +} + %end