logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 1ceffb4e713b4b20d70121fba92d2b50f2d3cadf
parent 39269c4829d9f779204b3b5954b3af6d2b9f3582
Author: marcin mikołajczak <git@mkljczk.pl>
Date:   Mon, 15 Apr 2024 23:54:13 +0200

Fix fetching favorites for own profile

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>

Diffstat:

Achangelog.d/public-favorites.skip0
Msrc/components/user_profile/user_profile.vue2+-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/changelog.d/public-favorites.skip b/changelog.d/public-favorites.skip diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue @@ -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" />