Change to URL GIF format

This commit is contained in:
Adam Novak 2026-04-06 02:11:17 -04:00
parent c5ec60638c
commit 52de6d05f8

View file

@ -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';
}
}