diff --git a/app/blueprints/threads/__init__.py b/app/blueprints/threads/__init__.py index 9e2826e..88e1c8b 100644 --- a/app/blueprints/threads/__init__.py +++ b/app/blueprints/threads/__init__.py @@ -345,7 +345,7 @@ def new(): if is_review_thread: post_discord_webhook.delay(current_user.username, - "Opened approval thread: {}".format(thread.gcletViewURL(absolute=True)), True) + "Opened approval thread: {}".format(thread.getViewURL(absolute=True)), True) db.session.commit()