Preview
{isUnsupportedFormat && (
Voice Messages have to be OggOpus to be playable on iOS. This file is {blob.type} so it will not be playable on iOS.
To fix it, first convert it to OggOpus, for example using the convertio web converter
)}
);
}
const ctxMenuPatch: NavContextMenuPatchCallback = (children, props) => () => {
if (props.channel.guild_id && !(PermissionStore.can(PermissionsBits.SEND_VOICE_MESSAGES, props.channel) && PermissionStore.can(PermissionsBits.SEND_MESSAGES, props.channel))) return;
children.push(