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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-06 17:43:53 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-08 10:31:21 +0300
commita9eef37456da6728d3c0747c7c75f501f64fe909 (patch)
treecdfeb29fc7187d83481eed16144949a266695d94 /lib/public/IAvatarManager.php
parent54a30a4b81700570303eaae03810f6ef553d66a2 (diff)
Clear avatar cache with frontend repair
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'lib/public/IAvatarManager.php')
-rw-r--r--lib/public/IAvatarManager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/IAvatarManager.php b/lib/public/IAvatarManager.php
index 19e4b93503a..4b89173d88b 100644
--- a/lib/public/IAvatarManager.php
+++ b/lib/public/IAvatarManager.php
@@ -44,4 +44,5 @@ interface IAvatarManager {
* @since 6.0.0
*/
public function getAvatar(string $user) : IAvatar;
+
}