forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-14 15:24:56 +02:00
parent 6714826b12
commit 8c4f1c8a6a
1 changed files with 0 additions and 1 deletions

View File

@ -1084,7 +1084,6 @@ def submit_post(v):
v.post_count = v.submissions.filter_by(is_banned=False, deleted_utc=0).count()
g.db.add(v)
cache.delete_memoized(User.userpagelisting, v)
cache.delete_memoized(frontlist)
if "[changelog]" in new_post.title or "(changelog)" in new_post.title:
send_message(f"https://{site}{new_post.permalink}")