浏览代码

Merge 669e1af982 into 2189ff3b66

pull/8/merge
IntriguingTiles 3 年前
父节点
当前提交
e03c157c06
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. +7
    -0
      tweak/Apollo.xm

+ 7
- 0
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

正在加载...
取消
保存