fix(feishu): simplify media filename sanitization

This commit is contained in:
hinotoi-agent 2026-05-15 14:44:44 +08:00 committed by Xubin Ren
parent 39db5c4846
commit c10ec6094e

View File

@ -1104,8 +1104,6 @@ class FeishuChannel(BaseChannel):
if not filename:
filename = fallback_filename
filename = self._safe_media_filename(filename, fallback_filename)
# Feishu voice messages are opus in OGG container.
# Use .ogg extension for better Whisper compatibility.
if msg_type == "audio":