Hide OpenGraph preview when there are attachments
1 files changed, 1 insertions(+), 1 deletions(-) M app/templates/utils.html
M app/templates/utils.html => app/templates/utils.html +1 -1
@@ 640,7 640,7 @@ {% endif %} - {{ display_og_meta(object) }} + {% if object.attachments | length < 1 %}{{ display_og_meta(object) }}{% endif %} </div> {% if object.summary %}