Fix fetching favorites for own profile
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
39269c4829
commit
1ceffb4e71
|
@ -127,7 +127,7 @@
|
||||||
:title="$t('user_card.favorites')"
|
:title="$t('user_card.favorites')"
|
||||||
timeline-name="favorites"
|
timeline-name="favorites"
|
||||||
:timeline="favorites"
|
:timeline="favorites"
|
||||||
:user-id="userId"
|
:user-id="isUs ? undefined : userId"
|
||||||
:in-profile="true"
|
:in-profile="true"
|
||||||
:footer-slipgate="footerRef"
|
:footer-slipgate="footerRef"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue