remotes/1693045480750635534/spooky-22
Aevann1 2022-02-18 15:13:23 +02:00
parent 63bf12dbb2
commit c4e5168b4e
1 changed files with 0 additions and 5 deletions

View File

@ -1333,11 +1333,6 @@ def submit_post(v, sub=None):
snappy.comment_count += 1
snappy.coins += 1
g.db.add(snappy)
if not v.is_blocking(snappy):
g.db.flush()
n = Notification(comment_id=c.id, user_id=v.id)
g.db.add(n)
if body.startswith('!slots1000'):
check_for_slots_command(body, snappy, c)