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
diff options
context:
space:
mode:
Diffstat (limited to 'lib/IMAP/Threading/DatabaseMessage.php')
-rw-r--r--lib/IMAP/Threading/DatabaseMessage.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/IMAP/Threading/DatabaseMessage.php b/lib/IMAP/Threading/DatabaseMessage.php
index a05dc8a47..eac8a44ff 100644
--- a/lib/IMAP/Threading/DatabaseMessage.php
+++ b/lib/IMAP/Threading/DatabaseMessage.php
@@ -110,6 +110,7 @@ class DatabaseMessage extends Message implements JsonSerializable {
parent::jsonSerialize(),
[
'databaseId' => $this->databaseId,
+ 'threadRootId' => $this->getThreadRootId(),
]
);
}