diff --git a/pkg/filesystem/hooks.go b/pkg/filesystem/hooks.go index 3b5755d3..ea8ea530 100644 --- a/pkg/filesystem/hooks.go +++ b/pkg/filesystem/hooks.go @@ -321,6 +321,7 @@ func GenericAfterUpload(ctx context.Context, fs *FileSystem) error { fs.recycleLock.Lock() go func() { defer fs.recycleLock.Unlock() + file.Name = strings.Trim(file.Name, ".tacitpart") fs.GenerateThumbnail(ctx, file) }() }