From fd4e123bf58ac4178002e370d726a375888edb98 Mon Sep 17 00:00:00 2001 From: Git'Fellow <12234510+solracsf@users.noreply.github.com> Date: Thu, 6 Aug 2026 19:55:45 +0100 Subject: [PATCH] fix(settings): Load guest details by user id instead of email The guest list passed the email address to GuestDetails, which requests /apps/guests/api/v1/users/{userId}. That endpoint resolves shares by user id, and hashing the email into the user id is the default, so expanding a row showed an empty share list even though the "Received shares" column of the very same row reported shares. Verified against a guest with one incoming share: getGuestInfo() returns one share for the user id and none for the email address. Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> --- src/components/GuestList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GuestList.vue b/src/components/GuestList.vue index 48fe1b4a..29569fca 100644 --- a/src/components/GuestList.vue +++ b/src/components/GuestList.vue @@ -59,7 +59,7 @@ :key="guest.email + '-details'" class="details">