Fix fetching favorites for own profile

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
neckbeard
marcin mikołajczak 5 months ago
parent 39269c4829
commit 1ceffb4e71

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

Loading…
Cancel
Save