fix(slack): override video/* MIME to audio/* for voice messages (#14941)

* fix(slack): override video/* MIME to audio/* for voice messages

* fix(slack): preserve overridden MIME in return value

* test(slack): fix media monitor MIME mock wiring

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
This commit is contained in:
Marcus Castro
2026-02-13 14:09:04 -03:00
committed by GitHub
parent 1f4943af3d
commit b3b49bed80
3 changed files with 95 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ export type SlackFile = {
id?: string;
name?: string;
mimetype?: string;
subtype?: string;
size?: number;
url_private?: string;
url_private_download?: string;