Avatar gallery and listing

This commit is contained in:
Natsumi
2025-05-24 03:32:40 +10:00
parent 029aa1c43d
commit 17a75a041f
9 changed files with 244 additions and 21 deletions

View File

@@ -555,8 +555,13 @@ export default class extends baseClass {
// hmm
} else if (contentType === 'created') {
// on avatar upload
} else if (contentType === 'avatargallery') {
// on avatar gallery image upload
} else {
console.log('Unknown content-refresh', content);
console.log(
'Unknown content-refresh type',
content.contentType
);
}
break;