Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2022-05-18 23:49:15 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2022-05-18 23:49:15 +0300
commit0976edae7604c10db30f5ba63e89d968d3b58500 (patch)
tree6149f6b0a50f8c1d09d7f8e179dd81fd03f3f270 /lib
parent6a535769866693e3a181820103df3f7718f6579e (diff)
Use workaround for boolean and ocibug/noid/is-html-null-oci
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/Db/LocalMessage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Db/LocalMessage.php b/lib/Db/LocalMessage.php
index 54825ff5a..5adf551a0 100644
--- a/lib/Db/LocalMessage.php
+++ b/lib/Db/LocalMessage.php
@@ -104,7 +104,7 @@ class LocalMessage extends Entity implements JsonSerializable {
'sendAt' => $this->getSendAt(),
'subject' => $this->getSubject(),
'body' => $this->getBody(),
- 'isHtml' => $this->isHtml(),
+ 'isHtml' => ($this->isHtml() === true),
'inReplyToMessageId' => $this->getInReplyToMessageId(),
'attachments' => $this->getAttachments(),
'from' => array_values(