Исправление нестабильности HTTP соединения

This commit is contained in:
2026-04-11 21:03:32 +02:00
parent 3291def79b
commit c762e527c2
4 changed files with 26 additions and 10 deletions

View File

@@ -150,7 +150,7 @@ export function MessageImage(props: AttachmentProps) {
</Box>
</Flex>
</Portal>}
{(props.delivered == DeliveredMessageState.ERROR || (props.delivered != DeliveredMessageState.DELIVERED &&
{(props.delivered == DeliveredMessageState.ERROR || error || (props.delivered != DeliveredMessageState.DELIVERED &&
!isMessageDeliveredByTime(props.timestamp || 0, props.attachments.length)
)) && (
<Overlay center h={'100%'} radius={8} color="#000" opacity={0.85}>