discourse/plugins
Joffrey JAFFEUX 79c94afdc5
DEV: fixes deprecation warning in SendMessageNotifications (#20318)
We were calling the job with a symbol as one of the values:

```ruby
Jobs.enqueue(
  :send_message_notifications,
  chat_message_id: 1,
  timestamp: Time.now.iso8601(6),
  reason: :new,
)
```

Which is a bad pattern as when the job serialisation will happen, `:new` will become `"new"` and you have to deal with a string in your job and not a symbol, which can be confusing and lead to bugs.
2023-02-15 22:13:24 +01:00
..
chat DEV: fixes deprecation warning in SendMessageNotifications (#20318) 2023-02-15 22:13:24 +01:00
discourse-details DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
discourse-local-dates DEV: Correct hbs prettier violations 2023-02-02 13:03:11 +00:00
discourse-narrative-bot Update translations (#20183) 2023-02-06 16:49:27 +01:00
discourse-presence DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
lazy-yt FIX: lazy_yt_enabled doesn't affect the engine (#19997) 2023-01-25 12:40:57 -03:00
poll Update translations (#19974) 2023-01-24 16:32:34 +01:00
styleguide UX: Easily toggle badges in admin badge list (#20225) 2023-02-09 11:36:27 -08:00