* 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 |
||
|---|---|---|
| .. | ||
| articles | ||
| comments | ||
| follows | ||
| notifications | ||
| reactions | ||
| streams | ||
| users | ||
| application_job.rb | ||
| export_content_job.rb | ||
| rate_limit_checker_job.rb | ||