Native multi-image overrides videos

This commit is contained in:
dangered wolf 2024-03-01 15:12:29 -05:00
parent e174ffdbac
commit ea11c19caf
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -278,7 +278,7 @@ export const handleStatus = async (
/* This status has a video to render. */
break;
}
} else if (media?.videos) {
} else if (media?.videos && !flags.nativeMultiImage) {
const instructions = renderVideo(
{ status: status, userAgent: userAgent, text: newText },
media.videos[0]
@ -330,7 +330,7 @@ export const handleStatus = async (
);
headers.push(...instructions.addHeaders);
}
if (status.media?.external && !status.media.videos?.length) {
if (status.media?.external && !status.media.videos?.length && !flags.nativeMultiImage) {
const { external } = status.media;
authorText = newText || '';
headers.push(