summaryrefslogtreecommitdiffstats
path: root/ui/src/components/user.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/components/user.tsx')
-rw-r--r--ui/src/components/user.tsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/src/components/user.tsx b/ui/src/components/user.tsx
index 6fff538f..b90f8167 100644
--- a/ui/src/components/user.tsx
+++ b/ui/src/components/user.tsx
@@ -250,7 +250,10 @@ export class User extends Component<any, UserState> {
/>
</span>
<a
- href={`${document.location.origin}/feeds/u/${this.state.username}.xml`}
+ href={`/feeds/u/${this.state.username}.xml?sort=${
+ SortType[this.state.sort]
+ }`}
+ target="_blank"
>
<svg class="icon mx-2 text-muted small">
<use xlinkHref="#icon-rss">#</use>