discourse/app
Joffrey JAFFEUX 8a0478b97d
DEV: adds plugin api to add custom recipients of a post revision (#10367)
* DEV: adds plugin api to add custom recipients of a post revision

Usage:

```
add_post_revision_notifier_recipients do |post_revision|
  [78]
end
```
2020-08-04 11:57:33 +02:00
..
assets FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
controllers PERF: Remove one extra call to Redis when searching. 2020-08-04 14:02:02 +08:00
helpers FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
jobs Revert "FIX: Regularly reset unknown extension of uploads" 2020-08-03 13:37:32 +02:00
mailers FIX: Add strip_secure_urls method to GroupSmtpMailer 2020-07-24 13:55:07 +10:00
models FIX: IMAP archive fix and group list mailbox code unification (#10355) 2020-08-04 14:19:57 +10:00
serializers FIX: Rename delete_when_reminder_sent? bookmark method to avoid conflict with AR (#10333) 2020-07-29 17:02:36 +10:00
services DEV: adds plugin api to add custom recipients of a post revision (#10367) 2020-08-04 11:57:33 +02:00
views FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00