Fix fetching favorites for own profile

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-04-15 23:54:13 +02:00
parent 39269c4829
commit 1ceffb4e71
2 changed files with 1 additions and 1 deletions

View File

View File

@ -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"
/>