Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEV: Enqueueing symbol args is deprecated (discourse#17897)
Fixes warning: ``` Deprecation notice: Jobs::SendSystemMessage was enqueued with argument values which do not cleanly serialize to/from JSON. This means that the job will be run with slightly different values than the ones supplied to `enqueue`. Argument values should be strings, booleans, numbers, or nil (or arrays/hashes of those value types). (deprecated since Discourse 2.9) (removal in Discourse 3.0) At /var/www/discourse/lib/post_destroyer.rb:335:in `notify_deletion` ```
- Loading branch information