1
0
zrcadlo https://github.com/lint/TFDidThatSay synchronizováno 2025-10-21 16:16:17 +00:00

Reddit 2020.40.0 support

Tento commit je obsažen v:
lint
2020-10-24 19:13:41 -04:00
rodič d075642546
revize 088a9acf72

Zobrazit soubor

@ -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];