discourse/plugins/chat/app/jobs
Joffrey JAFFEUX 821402d024
DEV: removes default service actions (#26078)
Previously services would let you define a high level default `def default_actions_for_service; end` which would define various handlers like `on_success`, after months of usage we consider the cons are superior to the pros here.

Two mains cons:
- people would often not understand where the handling was coming from
- it's easy to miss a case when you write your specs
2024-03-07 12:10:43 +01:00
..
regular/chat DEV: removes default service actions (#26078) 2024-03-07 12:10:43 +01:00
scheduled/chat DEV: Move user count update for channels to ensure_consistency! (#22321) 2023-07-03 11:41:51 +10:00
service_job.rb DEV: Allow with_service in jobs 2023-02-23 09:28:53 +01:00