mirror of
https://github.com/discourse/discourse.git
synced 2025-01-23 09:07:16 +08:00
26543a5b59
We've found these exceptions in logs:
Job exception: undefined method `destroy!' for nil:NilClass
/var/www/discourse/plugins/chat/lib/chat/notifier.rb:102:in `block in notify_edit'
/var/www/discourse/plugins/chat/lib/chat/notifier.rb💯in `each'
/var/www/discourse/plugins/chat/lib/chat/notifier.rb💯in `notify_edit'
/var/www/discourse/plugins/chat/app/jobs/regular/chat/send_message_notifications.rb:18:in `execute'
In the past, we were creating `chat_mention` records only for sending notifications, so every mention record had a related notification. It isn't the case anymore (since
|
||
---|---|---|
.. | ||
chat | ||
email_controller_helper | ||
onebox/templates | ||
tasks | ||
service_runner.rb |