discourse/plugins/automation/spec/lib
Joffrey JAFFEUX 268213a93c
FIX: adds post_quote as placeholder (#29083)
The script `send_chat_message` when used with the `post_created_edited` trigger now accepts `{{post_quote}}` as placeholder for the value of `message`.

This is made possible by a new method in `utils`. Usage:

```ruby
  placeholders["foo"] = utils.build_quote(post)
```
2024-10-08 21:55:11 +09:00
..
discourse_automation FIX: ensures global notices are destroyed on post created (#28684) 2024-09-02 21:17:10 +02:00
scriptable_spec.rb FIX: adds post_quote as placeholder (#29083) 2024-10-08 21:55:11 +09:00
triggerable_spec.rb FIX: thread safety for active automation tracking (#27044) 2024-05-16 13:34:24 +10:00