From 6d1e4669877694886d3dac804fa0584c55d1dc8c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 4 Feb 2022 07:04:36 +0200 Subject: [PATCH] sfd --- 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 49380a45d..5dc97a188 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -742,7 +742,7 @@ def thumbnail_thread(pid): db.add(new_comment) db.flush() - notif = Notification(comment_id=new_comment.id, user_id=1) + notif = Notification(comment_id=new_comment.id, user_id=AEVANN_ID) db.add(notif)