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:
authorRichard Steinmetz <richard@steinmetz.cloud>2021-03-30 12:06:02 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-04-09 15:33:54 +0300
commitd4e4817e92602b9c973dac1a36080dc40cafdb56 (patch)
treea49e06b84e7c5447babf235eb338bffdb39317cc /lib/Controller/MessagesController.php
parent578463d48edb111881ba268eeb8395d147842a30 (diff)
Normalize envelope tags in vuex store
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'lib/Controller/MessagesController.php')
-rwxr-xr-xlib/Controller/MessagesController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/MessagesController.php b/lib/Controller/MessagesController.php
index 0cfa3a8eb..62bcd1fb1 100755
--- a/lib/Controller/MessagesController.php
+++ b/lib/Controller/MessagesController.php
@@ -676,7 +676,7 @@ class MessagesController extends Controller {
}
$this->mailManager->tagMessage($account, $mailbox->getName(), $message, $tag, true);
- return new JSONResponse();
+ return new JSONResponse($tag);
}
/**