commit: 09313a9fcd7e88d861a04c949cf7a5c81db724cd
parent 39269c4829d9f779204b3b5954b3af6d2b9f3582
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date: Tue, 16 Apr 2024 08:16:33 +0000
Merge branch 'public-favorites' into 'develop'
Fix fetching favorites for own profile
See merge request pleroma/pleroma-fe!1908
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/changelog.d/public-favorites.skip b/changelog.d/public-favorites.skip
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
@@ -127,7 +127,7 @@
:title="$t('user_card.favorites')"
timeline-name="favorites"
:timeline="favorites"
- :user-id="userId"
+ :user-id="isUs ? undefined : userId"
:in-profile="true"
:footer-slipgate="footerRef"
/>