fix: caching for own profile picture

This commit is contained in:
Elias Schneider
2025-03-16 17:45:30 +01:00
parent 8ead0be8cd
commit e45d9e970d
2 changed files with 3 additions and 20 deletions

View File

@@ -99,7 +99,7 @@
<Card.Root>
<Card.Content class="pt-6">
<ProfilePictureSettings
userId="me"
userId={account.id}
isLdapUser={!!account.ldapId}
callback={updateProfilePicture}
/>