diff --git a/files/routes/posts.py b/files/routes/posts.py index 7bbfb8bac..4d57c2ac7 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -7,7 +7,7 @@ from files.helpers.sanitize import * from files.helpers.filters import * from files.helpers.markdown import * from files.helpers.session import * -from files.helpers.alerts import send_notification +from files.helpers.alerts import send_notification, NOTIFY_USERS from files.helpers.discord import send_message from files.helpers.const import * from files.classes import *