I was like.. "Why do so many of the non-wall posts seem to have fire emojis in them?"
Turns out:
if (text.includes('fire-emoji') || wall > 3) { wall = -1; }
It's funny how palpable this snippet is while looking at the firehose.
https://github.com/theosanderson/firehose/blob/77225acb28985...