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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-11-14 14:52:05 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-11-21 12:11:57 +0300
commita805c8319f6f13dce845ad48d989e71cdc7610af (patch)
treeade2ae7dbd9410bb47d5ad6151766cbc60d12d64 /lib/Contracts
parent8e8b9748486424825be0ab202b7fed05fb66749f (diff)
Add external avatars
* Memoize avatar url fetching promise for simple functional caching * Add extern avatars settings checkbox Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/Contracts')
-rw-r--r--lib/Contracts/IUserPreferences.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Contracts/IUserPreferences.php b/lib/Contracts/IUserPreferences.php
index d953f461e..efaed8e45 100644
--- a/lib/Contracts/IUserPreferences.php
+++ b/lib/Contracts/IUserPreferences.php
@@ -31,6 +31,7 @@ interface IUserPreferences {
/**
* @param string $key
* @param mixed $value
+ * @return mixed new value
*/
public function setPreference($key, $value);