From 7860c885c4eb22bdf9af49619c96478a96aa94d7 Mon Sep 17 00:00:00 2001 From: darkkirb Date: Sat, 26 Nov 2022 20:57:04 +0000 Subject: [PATCH] Add link to RSS feed to the profile (#234) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Today I learned that akkoma and mastodon (and potentially other activitypub services) offer RSS/Atom feeds for user profiles at `[user profile url].rss`. This PR adds a direct link to the feed because I haven’t seen anything link to the feed on either mastodon-fe or pleroma-fe Co-authored-by: Charlotte 🦝 Delenk Reviewed-on: https://akkoma.dev/AkkomaGang/pleroma-fe/pulls/234 Co-authored-by: darkkirb Co-committed-by: darkkirb --- src/components/user_card/user_card.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index c850e53b..2eefbad8 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -67,6 +67,17 @@ icon="external-link-alt" /> + + +