Used file input for character portrait and avatar

This commit is contained in:
Thaum Rystra
2024-08-29 15:42:26 +02:00
parent 8eabd16601
commit a30ce140d2
2 changed files with 33 additions and 16 deletions

View File

@@ -114,6 +114,9 @@ export default {
};
},
meteor: {
$subscribe: {
'userImages': [],
},
userImages() {
const userId = Meteor.userId();
return UserImages.find(