mobilizon/lib/service/workers
Thomas Citharel 95379885c8
fix(backend): fix sending N notifications to a single conversation participant
Because of the conversation participant ID being necessary in the email, we launch N jobs to send
notifications, so we need to send the email straight away.

Anonymous participants are always only a single conversation actor
participant, so we're fine

Closes #1384

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-08 17:23:21 +01:00
..
activity_builder.ex
background.ex fix(backend): only send suspension notification emails when actor's suspended and not just deleted 2023-12-04 09:02:38 +01:00
build_search.ex
build_site_map.ex
clean_application_data.ex fix(apps): Fix cleaning application data background job 2023-05-17 09:34:05 +02:00
clean_old_activity_worker.ex
clean_orphan_media_worker.ex
clean_suspended_actors.ex
clean_unconfirmed_users_worker.ex
event_delayed_notification_worker.ex fix(back): Various small fixes in backend 2023-05-17 09:34:03 +02:00
export_cleaner_worker.ex
helper.ex refactor(credo): Refactor to appease new credo checks (complexity and logging) 2023-04-19 18:33:06 +02:00
legacy_notifier_builder.ex fix(backend): fix sending N notifications to a single conversation participant 2024-02-08 17:23:21 +01:00
notification.ex
refresh_groups.ex
refresh_instances.ex refactor(backend): extract convert_ecto_errors in the Mobilizon.Storage.Ecto module 2024-01-04 12:59:15 +01:00
refresh_participant_stats.ex feat(background): add a job to refresh participant stats 2023-12-01 11:29:56 +01:00
send_activity_recap_worker.ex refactor(backend): change naming of function names to avoid the is_ prefix 2024-01-04 13:35:08 +01:00