aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/privacy.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/privacy.php')
-rw-r--r--app/controllers/privacy.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/privacy.php b/app/controllers/privacy.php
index ee1f157..ba8e6f1 100644
--- a/app/controllers/privacy.php
+++ b/app/controllers/privacy.php
@@ -298,7 +298,7 @@ class PrivacyController extends AuthenticatedController
$avatar = Avatar::getAvatar($user_id);
if ($avatar->is_customized()) {
- $zip->addFile($avatar->getCustomAvatarPath('normal'), $user_id . '.png');
+ $zip->addFile($avatar->getCustomAvatarPath('normal'), $user_id . '.webp');
}
foreach (FileRef::findByUser_id($user_id) as $fileref) {