From 415199ac151ebd0226c8983bd4a5ed303ace21ac Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 15 May 2018 17:08:19 +0200 Subject: [PATCH] Fix link and type (#5367) --- source/_docs/ecosystem/ios/notifications/attachments.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/ecosystem/ios/notifications/attachments.markdown b/source/_docs/ecosystem/ios/notifications/attachments.markdown index a164a542cc0..73c8887f9e1 100644 --- a/source/_docs/ecosystem/ios/notifications/attachments.markdown +++ b/source/_docs/ecosystem/ios/notifications/attachments.markdown @@ -26,8 +26,8 @@ To expand a notification on 3D Touch devices simply force touch any notification message: "Something happened at home!"" data: attachment: - url: "https://github.com/home-assistant/home-assistant-assets/blob/master/logo-round-192x192.png" - content-type: gif + url: "https://github.com/home-assistant/home-assistant-assets/blob/master/logo-round-192x192.png?raw=true" + content-type: png hide-thumbnail: false ```