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:
authorAnna Larch <anna@nextcloud.com>2021-03-04 19:31:21 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-03-22 20:06:02 +0300
commit83a58623b116cd3f8c79f751a3df5963b3392692 (patch)
tree8f9660e75ea8748057e752c4f1573e3c618b5b85 /lib/Account.php
parentf27fb61c0fe15ef6a278a40d7774cde4b7c748b8 (diff)
Add tagging to messages
Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to 'lib/Account.php')
-rw-r--r--lib/Account.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Account.php b/lib/Account.php
index 456fac531..c6c3bb2f4 100644
--- a/lib/Account.php
+++ b/lib/Account.php
@@ -218,6 +218,13 @@ class Account implements JsonSerializable {
}
/**
+ * @return string
+ */
+ public function getUserId() {
+ return $this->account->getUserId();
+ }
+
+ /**
* @deprecated
*
* @return void