Fix previous instance page index and sort order

This commit is contained in:
Natsumi
2026-02-04 15:50:25 +13:00
committed by pa
parent 37dda6962d
commit 66a5a1ff15
6 changed files with 115 additions and 17 deletions
+1 -1
View File
@@ -574,7 +574,7 @@ export const useAvatarStore = defineStore('Avatar', () => {
async function lookupAvatarsByAuthor(providerUrl, authorId) {
const avatars = [];
if (!providerUrl) {
if (!providerUrl || !authorId) {
return avatars;
}
try {