mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-14 16:28:16 +00:00
7 lines
257 B
Plaintext
7 lines
257 B
Plaintext
- if status.ordered_media_attachments.first.video?
|
|
= render_video_component(status, visible: false)
|
|
- elsif status.ordered_media_attachments.first.audio?
|
|
= render_audio_component(status)
|
|
- else
|
|
= render_media_gallery_component(status, visible: false)
|