StatusHoverCard: prefer attachment thumbs

This commit is contained in:
Alex Gleason 2022-06-20 17:06:48 -05:00
parent 0292e4f428
commit f1f6892d92
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -71,6 +71,7 @@ export const StatusHoverCard: React.FC<IStatusHoverCard> = ({ visible = true })
key={statusId}
id={statusId}
hideActionBar
muted
/>
);
};