f7d8beffaa09ecf863996d29c72f508eb3952c84
40f8ccfdf0c8a5855cdc211096f86459b28a261b
@@ -93,7 +93,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{}, + Encodings: map[string]*os.File{}, } }