Merge branch 'public-favorites' into 'develop'
Fix fetching favorites for own profile See merge request pleroma/pleroma-fe!1908
This commit is contained in:
commit
09313a9fcd
|
@ -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