* Moved notifying followers to a service + specs * Created an ActiveJob for notifiable action notifications * Call the job from the Notification#send_to_followers * Refactor creating notifiable action notification * Handle possible nil followers while sending notifiable action notification * Use activerecord import to bulk-create notifications * Set notified_at for the bulk-created notifications * Move compact to the appropriate place |
||
|---|---|---|
| .. | ||
| milestone | ||
| moderation | ||
| new_badge_achievement | ||
| new_comment | ||
| new_follower | ||
| notifiable_action | ||
| reactions | ||
| tag_adjustment_notification | ||
| welcome_notification | ||
| remove_all_spec.rb | ||
| update_spec.rb | ||