@@ -241,7 +241,10 @@ def get_attachment_url(url, size):
@app.template_filter()
def get_og_image_url(url, size=100):
return _get_file_url(url, size, Kind.OG_IMAGE)
try:
except Exception:
return ''
The note is not visible to the blocked user.