diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c3b811..1497c8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - Render custom emojis in display names. +- Display player for audio attachments. ### Changed diff --git a/src/components/PostAttachment.vue b/src/components/PostAttachment.vue index 7897f39..4380dce 100644 --- a/src/components/PostAttachment.vue +++ b/src/components/PostAttachment.vue @@ -1,6 +1,7 @@