From f0851988a2469d37f343bfe6511fbe8a062d0798 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Sun, 23 Nov 2025 10:18:39 +0100 Subject: [PATCH] Revert tentatively Kevin got a bunch of dups, need to look into this more calmly https://3.basecamp.com/2914079/buckets/37331921/chats/9301300227 --- app/models/notification.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/notification.rb b/app/models/notification.rb index 4b69dd6e6..416506783 100644 --- a/app/models/notification.rb +++ b/app/models/notification.rb @@ -12,7 +12,7 @@ class Notification < ApplicationRecord after_create_commit :broadcast_unread after_destroy_commit :broadcast_read - after_create_commit :bundle + after_create :bundle scope :preloaded, -> { preload(:creator, :account, source: [ :board, :creator ]) }