Fix invite stuff

This commit is contained in:
Natsumi
2025-05-26 04:53:17 +10:00
parent 2f019ac038
commit 8b93bf5d57
15 changed files with 136 additions and 147 deletions

View File

@@ -359,7 +359,10 @@ console.log(`isLinux: ${LINUX}`);
showGallerySelectDialog: this.showGallerySelectDialog,
showGalleryDialog: this.showGalleryDialog,
getImageUrlFromImageId: this.getImageUrlFromImageId,
getAvatarGallery: this.getAvatarGallery
getAvatarGallery: this.getAvatarGallery,
inviteImageUpload: this.inviteImageUpload,
clearInviteImageUpload: this.clearInviteImageUpload,
isLinux: this.isLinux
};
},
el: '#root',