Skip to content

Commit

Permalink
Enable m4a audio
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Nov 19, 2024
1 parent 54d7808 commit fddc48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/attachmentRules.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func (rules AttachmentRules) FileSpec(address *url.URL, mediaCategory string) me
rules.Extensions = []string{"mp4", "webm", "ogv"}

case "audio":
rules.Extensions = []string{"aac", "mp3", "ogg", "flac"}
rules.Extensions = []string{"m4a", "mp3", "aac", "ogg", "flac"}
}
}

Expand Down

0 comments on commit fddc48e

Please sign in to comment.