From 530ba50e09b4dec531812a24906d8e1036cb18e2 Mon Sep 17 00:00:00 2001 From: silverpill Date: Sun, 5 Mar 2023 14:13:14 +0000 Subject: [PATCH] Display player for audio attachments --- CHANGELOG.md | 1 + src/components/PostAttachment.vue | 2 ++ 2 files changed, 3 insertions(+) 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 @@