Merge remote-tracking branch 'origin/develop' into chats

This commit is contained in:
Chewbacca
2022-11-03 14:16:52 -04:00
3 changed files with 24 additions and 16 deletions

View File

@ -202,6 +202,7 @@ const MediaModal: React.FC<IMediaModal> = (props) => {
link={link}
alt={attachment.description}
key={attachment.url}
visible
/>
);
} else if (attachment.type === 'audio') {