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