diff --git a/lib/helpers/gif_helper.dart b/lib/helpers/gif_helper.dart index 8dd187b..11302d1 100644 --- a/lib/helpers/gif_helper.dart +++ b/lib/helpers/gif_helper.dart @@ -33,6 +33,6 @@ class GifHelper { /// Encode a GIF in a format that parseGif() can parse. static String encodeGif(String gifId) { - return 'g:$gifId'; + return 'https://giphy.com/gifs/$gifId'; } }