mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 11:20:57 -06:00
bypass loud logging
This commit is contained in:
parent
4128f36f52
commit
eaca2cb049
@ -74,7 +74,9 @@ class NotificationEmailer
|
|||||||
def enqueue_private(type, delay = private_delay)
|
def enqueue_private(type, delay = private_delay)
|
||||||
|
|
||||||
if notification.user.user_option.nil?
|
if notification.user.user_option.nil?
|
||||||
Rails.logger.warn("Missing user option record for user id: #{notification.user.id}")
|
# this can happen if we roll back user creation really early
|
||||||
|
# or delete user
|
||||||
|
# bypass this pm
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user