Revert tentatively

Kevin got a bunch of dups, need to look into this more calmly https://3.basecamp.com/2914079/buckets/37331921/chats/9301300227
This commit is contained in:
Jorge Manrubia
2025-11-23 10:18:39 +01:00
parent 31266699cb
commit f0851988a2
+1 -1
View File
@@ -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 ]) }