mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix #653
This commit is contained in:
@ -64,6 +64,9 @@ const TimelineCard: React.FC = () => {
|
|||||||
if (loading) {
|
if (loading) {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
if (status.media_attachments.length) {
|
||||||
|
return null
|
||||||
|
}
|
||||||
if ((!status.card?.image || !status.card.title) && !status.card?.description) {
|
if ((!status.card?.image || !status.card.title) && !status.card?.description) {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user