enable easier MIME type detection
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M internal/storage/files/writer.go → internal/storage/files/writer.go
@@ -92,6 +92,7 @@ func (f *Files) NewFileFromPost(post *content.Post) *storage.File { return &storage.File{ Path: post.URL, + FSPath: pathNameToFileName(post.URL), Encodings: map[string]*buffer.Buffer{}, } }