email note fix

This commit is contained in:
Yuri Kuznetsov
2024-12-19 22:42:22 +02:00
parent 875bc7418b
commit 33f0aaa5d8
@@ -210,16 +210,16 @@ class EmailReceivedNoteStreamView extends NoteStreamView {
const postView = this.getPostView();
if (postView) {
postView.seeMoreText = false;
}
await this.reRender();
if (!this.detailsIsShown || !this.emailId) {
return;
}
if (postView) {
postView.seeMoreText = false;
}
if (this.bodyFieldView) {
this.bodyFieldView.toShowQuotePart = false;