mknepprath / lilt

A Twitter text adventure.
https://botsin.space/@lilt
2 stars 1 forks source link

GIFs sorta break things #7

Open mknepprath opened 4 years ago

mknepprath commented 4 years ago

Note: This is only a problem for tweets that ONLY include a GIF and no text. So not a huge problem.

A player tweeted just a GIF at Lilt and Lilt didn't seem to know what to do with it. I wonder if it's an issue with move detection combined with sanitization - the tweet was considered valid to use because there was text in it (the GIF URL), but then that URL got sanitized out leaving an empty string. This is a guess.