mirror of
https://github.com/lint/TFDidThatSay
synced 2025-07-06 01:06:45 +00:00
Reddit 2020.40.0 support
This commit is contained in:
@ -179,7 +179,10 @@ int secondVersionPart = 0;
|
|||||||
[comment setAuthor:author];
|
[comment setAuthor:author];
|
||||||
[comment setBodyText:body];
|
[comment setBodyText:body];
|
||||||
[comment setBodyRichTextAttributed:bodyMutableAttributedText];
|
[comment setBodyRichTextAttributed:bodyMutableAttributedText];
|
||||||
[comment setBodyAttributedText:bodyMutableAttributedText];
|
|
||||||
|
if (secondVersionPart <= 39) {
|
||||||
|
[comment setBodyAttributedText:bodyMutableAttributedText];
|
||||||
|
}
|
||||||
|
|
||||||
[[commentTreeNode commentTreeHeaderNode] updateContentViewsForData:comment];
|
[[commentTreeNode commentTreeHeaderNode] updateContentViewsForData:comment];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user