discourse/lib/plugin
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
..
filter.rb DEV: Upgrading Discourse to Zeitwerk (#8098) 2019-10-02 14:01:53 +10:00
filter_manager.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
instance.rb DEV: adds plugin api to add custom recipients of a post revision (#10367) 2020-08-04 11:57:33 +02:00
metadata.rb DEV: Drop unsupported-browser plugin (#10261) 2020-07-17 15:04:06 +01:00