diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-04-16 08:16:33 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-04-16 08:16:33 +0000 |
| commit | 09313a9fcd7e88d861a04c949cf7a5c81db724cd (patch) | |
| tree | 6da0cf40dfa0b18a694c26f0ad09369b78b39cbe /src/components/user_profile/user_profile.vue | |
| parent | 39269c4829d9f779204b3b5954b3af6d2b9f3582 (diff) | |
| parent | 1ceffb4e713b4b20d70121fba92d2b50f2d3cadf (diff) | |
Merge branch 'public-favorites' into 'develop'
Fix fetching favorites for own profile
See merge request pleroma/pleroma-fe!1908
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index 921c87ea..1ec12d0c 100644 --- 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" /> |
