about summary refs log tree commit diff
path: root/app/views/stream_entries/show.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-10-04 19:06:23 +0200
committerGitHub <noreply@github.com>2017-10-04 19:06:23 +0200
commitb406e3cc4cfc1b51a276d9e0e8a9910f1ca529e2 (patch)
tree2c6b676671a33a8a9d82dd5a2f650116da1cbda9 /app/views/stream_entries/show.html.haml
parent43577e9f5966df5029167f8450afca5de782cebb (diff)
Fix #5050 - Use summary_large_image only with media attachments (#5219)
Diffstat (limited to 'app/views/stream_entries/show.html.haml')
-rw-r--r--app/views/stream_entries/show.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/stream_entries/show.html.haml b/app/views/stream_entries/show.html.haml
index 1bb8a32b2..428069931 100644
--- a/app/views/stream_entries/show.html.haml
+++ b/app/views/stream_entries/show.html.haml
@@ -14,8 +14,6 @@
   = render 'stream_entries/og_description', activity: @stream_entry.activity
   = render 'stream_entries/og_image', activity: @stream_entry.activity, account: @account
 
-  = opengraph 'twitter:card', 'summary_large_image'
-
 - if show_landing_strip?
   = render partial: 'shared/landing_strip', locals: { account: @stream_entry.account }