Fix PPP for audio attachments
| @@ -794,7 +794,7 @@ export function mergeMessages(messages, names, { strict = false, placeholders = | ||
| 794 | 794 | return content.text; |
| 795 | 795 | } |
| 796 | 796 | // Could be extended with other non-text types |
| 797 | 797 | if (['image_url', 'video_url', 'audio_url'].includes(content.type)) { |
| 798 | 798 | const token = crypto.randomBytes(32).toString('base64'); |
| 799 | 799 | contentTokens.set(token, content); |
| 800 | 800 | return token; |