@ -68,7 +68,7 @@ func getFileExt(name string) string {
if len(ext) == 0 {
ext = "undefined"
}
return strings.TrimSuffix(ext, ".")
return strings.TrimPrefix(ext, ".")
const (
The note is not visible to the blocked user.