chore: Change primary actor to Conversation for all the notification types. (#8435)

This commit is contained in:
Muhsin Keloth
2023-12-06 10:43:09 +05:30
committed by GitHub
parent 17faa6c3b2
commit 76711d95ff
12 changed files with 91 additions and 74 deletions

View File

@@ -0,0 +1,5 @@
class RemoveNotificationsWithMessagePrimaryActor < ActiveRecord::Migration[7.0]
def change
Migration::RemoveMessageNotifications.perform_later
end
end