mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-21 13:31:31 +01:00
Fix thread typo when sending webhook
This commit is contained in:
parent
324cbe9efc
commit
d8f164ffc1
@ -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()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user