mirror of
https://github.com/minetest/contentdb.git
synced 2025-03-11 04:42:30 +01:00
Fix thread typo when sending webhook
This commit is contained in:
@ -345,7 +345,7 @@ def new():
|
|||||||
|
|
||||||
if is_review_thread:
|
if is_review_thread:
|
||||||
post_discord_webhook.delay(current_user.username,
|
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()
|
db.session.commit()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user