mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2024-12-22 20:09:50 +01:00
Fix fetching favorites for own profile
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
39269c4829
commit
1ceffb4e71
0
changelog.d/public-favorites.skip
Normal file
0
changelog.d/public-favorites.skip
Normal 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"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user