diff options
| author | marcin mikołajczak <git@mkljczk.pl> | 2024-04-15 23:54:13 +0200 |
|---|---|---|
| committer | marcin mikołajczak <git@mkljczk.pl> | 2024-04-15 23:54:46 +0200 |
| commit | 1ceffb4e713b4b20d70121fba92d2b50f2d3cadf (patch) | |
| tree | 6da0cf40dfa0b18a694c26f0ad09369b78b39cbe /src | |
| parent | 39269c4829d9f779204b3b5954b3af6d2b9f3582 (diff) | |
Fix fetching favorites for own profile
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'src')
| -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" /> |
