discourse/plugins/chat/spec
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
..
components/chat FIX: chat mailer log noise (#28616) 2024-08-29 11:39:08 -03:00
fabricators DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
integration PERF: Reduce overhead from chat message excerpt (#26712) 2024-04-25 14:29:00 +02:00
jobs DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
lib DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
mailers FIX: show group based notifications in chat summary email (#27641) 2024-07-01 12:47:38 +04:00
models UX: remove alias from chat direct message channel titles (#28958) 2024-09-18 22:18:46 +04:00
queries/chat FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
requests DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
serializer DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
services DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
support DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
system UX: new sidebar styling (#29119) 2024-10-08 11:28:36 +02:00
validators FIX: Remove chat default channel setting (#28170) 2024-07-31 14:12:10 -03:00
plugin_helper.rb DEV: Block accidental serialization of entire AR models (#27668) 2024-07-01 17:08:48 -03:00
plugin_spec.rb FIX: adds post_quote as placeholder (#29083) 2024-10-08 21:55:11 +09:00