1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
xmflsct
2023-01-14 15:26:11 +01:00
parent e5e74410d0
commit 26d2c78517

View File

@ -64,6 +64,9 @@ const TimelineCard: React.FC = () => {
if (loading) {
return null
}
if (status.media_attachments.length) {
return null
}
if ((!status.card?.image || !status.card.title) && !status.card?.description) {
return null
}