Bugfix with photo alt text not saving on new upload

main
Noah Petherbridge 2024-03-15 22:42:38 -07:00
parent cf6249c415
commit 9c4ec85f8a
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ func CreatePhoto(tmpl Photo) (*Photo, error) {
CroppedFilename: tmpl.CroppedFilename,
Filesize: tmpl.Filesize,
Caption: tmpl.Caption,
AltText: tmpl.AltText,
Visibility: tmpl.Visibility,
Gallery: tmpl.Gallery,
Explicit: tmpl.Explicit,