mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-01 04:24:22 +00:00
5 lines
198 B
Plaintext
5 lines
198 B
Plaintext
- if activity.is_a?(Status) && activity.spoiler_text?
|
|
%meta{ property: 'og:description', content: activity.spoiler_text }/
|
|
- else
|
|
%meta{ property: 'og:description', content: activity.content }/
|