From ff6fe59f3af52aa922f99e06fd3db6423dfbbf2d Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Tue, 17 Mar 2026 13:57:10 +0100 Subject: [PATCH] fix: update router-links to use shortDid param in PublicNoteListView --- src/views/PublicNoteListView.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/PublicNoteListView.vue b/src/views/PublicNoteListView.vue index 555b6c0..c0a56e6 100644 --- a/src/views/PublicNoteListView.vue +++ b/src/views/PublicNoteListView.vue @@ -6,6 +6,7 @@ import { useATProtoLogin } from "@/hooks/useATProtoLogin.hook" import { useFollows } from "@/hooks/useFollows.hook" import { useFollowingNoteList } from "@/hooks/useFollowingNoteList.hook" import { usePublicNoteList } from "@/hooks/usePublicNoteList.hook" +import { toShortDid } from "@/modules/atproto/shortDid" import { computed } from "vue" import { useRoute, useRouter } from "vue-router" @@ -62,7 +63,7 @@ const following = useFollowingNoteList(follows, followingEnabled)