mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-08 22:17:34 +01:00
Fix crash when mentioning users in comments
Thanks @Dragonop for help finding the cause
This commit is contained in:
parent
aecde93310
commit
64d8f30006
@ -258,6 +258,7 @@ def view(id):
|
|||||||
add_notification(mentioned, current_user, NotificationType.THREAD_REPLY,
|
add_notification(mentioned, current_user, NotificationType.THREAD_REPLY,
|
||||||
msg, thread.get_view_url(), thread.package)
|
msg, thread.get_view_url(), thread.package)
|
||||||
|
|
||||||
|
if mentioned not in thread.watchers:
|
||||||
thread.watchers.append(mentioned)
|
thread.watchers.append(mentioned)
|
||||||
|
|
||||||
msg = "New comment on '{}'".format(thread.title)
|
msg = "New comment on '{}'".format(thread.title)
|
||||||
|
Loading…
Reference in New Issue
Block a user