Summary: | Audio doesn't show up in posts | ||
---|---|---|---|
Product: | [Applications] Tokodon | Reporter: | Joshua Goins <josh> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | carl, josh |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/network/tokodon/-/commit/4639e3d2f81a6fec4584b7baa89983fab3153cb8 | Version Fixed In: | 25.04 |
Sentry Crash Report: |
Description
Joshua Goins
2024-11-06 17:56:35 UTC
Git commit 4639e3d2f81a6fec4584b7baa89983fab3153cb8 by Joshua Goins. Committed on 26/12/2024 at 21:46. Pushed by redstrate into branch 'master'. Add support for viewing audio attachments It's a bit basic at the moment, but way better than it being a blank spot in the timeline. M +1 -0 src/CMakeLists.txt M +49 -2 src/content/ui/PostDelegate/AttachmentGrid.qml M +2 -0 src/content/ui/PostDelegate/AttachmentMenu.qml A +147 -0 src/content/ui/PostDelegate/AudioAttachment.qml [License: GPL(v3.0+)] M +1 -0 src/timeline/attachment.cpp M +1 -0 src/timeline/attachment.h https://invent.kde.org/network/tokodon/-/commit/4639e3d2f81a6fec4584b7baa89983fab3153cb8 |