Fix crash when mentioning users in comments

Thanks @Dragonop for help finding the cause
This commit is contained in:
rubenwardy 2024-06-23 18:15:00 +01:00
parent aecde93310
commit 64d8f30006

@ -258,6 +258,7 @@ def view(id):
add_notification(mentioned, current_user, NotificationType.THREAD_REPLY,
msg, thread.get_view_url(), thread.package)
if mentioned not in thread.watchers:
thread.watchers.append(mentioned)
msg = "New comment on '{}'".format(thread.title)