about summary refs log tree commit diff
path: root/app/views/stream_entries/_og_description.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/stream_entries/_og_description.html.haml')
-rw-r--r--app/views/stream_entries/_og_description.html.haml5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/views/stream_entries/_og_description.html.haml b/app/views/stream_entries/_og_description.html.haml
index d2fa99e63..9c24e0a61 100644
--- a/app/views/stream_entries/_og_description.html.haml
+++ b/app/views/stream_entries/_og_description.html.haml
@@ -1,4 +1 @@
-- if activity.is_a?(Status) && activity.spoiler_text?
-  = opengraph 'og:description', activity.spoiler_text
-- else
-  = opengraph 'og:description', activity.content
+= opengraph 'og:description', [activity.spoiler_text, activity.text].reject(&:blank?).join("\n\n")