mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-18 00:43:16 -08:00
6 lines
382 B
Text
6 lines
382 B
Text
- if activity.is_a?(Status) && activity.non_sensitive_with_media?
|
|
%meta{ property: 'og:image', content: full_asset_url(activity.media_attachments.first.file.url(:small)) }/
|
|
- else
|
|
%meta{ property: 'og:image', content: full_asset_url(account.avatar.url(:original)) }/
|
|
%meta{ property: 'og:image:width', content: '120' }/
|
|
%meta{ property: 'og:image:height', content: '120' }/
|