lib/bullet.rb in bullet-4.13.1 vs lib/bullet.rb in bullet-4.13.2

- old
+ new

@@ -151,10 +151,10 @@ responses.join( "\n" ) end def perform_out_of_channel_notifications(env = {}) for_each_active_notifier_with_notification do |notification| - notification.url = [env['HTTP_HOST'], env['REQUEST_URI']].compact.join + notification.url = env['REQUEST_URI'] notification.notify_out_of_channel end end def footer_info