|
|
@ -321,7 +321,7 @@ func GenericAfterUpload(ctx context.Context, fs *FileSystem) error {
|
|
|
|
fs.recycleLock.Lock()
|
|
|
|
fs.recycleLock.Lock()
|
|
|
|
go func() {
|
|
|
|
go func() {
|
|
|
|
defer fs.recycleLock.Unlock()
|
|
|
|
defer fs.recycleLock.Unlock()
|
|
|
|
file.Name = strings.Trim(file.Name, ".tacitpart")
|
|
|
|
file.Name = strings.TrimRight(file.Name, ".tacitpart")
|
|
|
|
fs.GenerateThumbnail(ctx, file)
|
|
|
|
fs.GenerateThumbnail(ctx, file)
|
|
|
|
}()
|
|
|
|
}()
|
|
|
|
}
|
|
|
|
}
|
|
|
|