From 131ae3027ba9a19f7edf1837ac652c198fd194bc Mon Sep 17 00:00:00 2001 From: TLSM Date: Mon, 13 Jun 2022 20:43:56 -0400 Subject: [PATCH] Content: Snappy Christian /h/truth. --- files/routes/posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/posts.py b/files/routes/posts.py index 0a26ba53a..a04d1b092 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -1163,7 +1163,7 @@ def submit_post(v, sub=None): snappy = g.db.query(User).get(SNAPPY_ID) if not (post.sub and g.db.query(Exile.user_id).filter_by(user_id=SNAPPY_ID, sub=post.sub).one_or_none()): - if post.sub == 'dankchristianmemes': + if post.sub == 'dankchristianmemes' or post.sub == 'truth': body = random.choice(christian_emojis) elif v.id == CARP_ID: if random.random() < 0.02: body = "i love you carp"