1.1.0-1.5.2 #16

Merged
Royce59 merged 30 commits from dev into main 2026-03-18 17:59:15 +00:00
Showing only changes of commit 8b16c4ce0f - Show all commits

View File

@@ -78,7 +78,8 @@ export function MessageAvatar(props: AttachmentProps) {
height: 60,
width: 60,
borderRadius: '50%',
objectFit: 'cover'
objectFit: 'cover',
background: '#fff'
}} src={blob}></img>)}
{downloadStatus != DownloadStatus.DOWNLOADED && downloadStatus != DownloadStatus.PENDING && preview.length >= 20 && (
<>