1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-02 02:36:24 -07:00

Move Akismet checking to plugin

This commit is contained in:
Eggbertx 2023-10-20 16:49:46 -07:00
parent 553f49d783
commit 9a8cd64d2d
12 changed files with 98 additions and 137 deletions

View file

@ -68,7 +68,7 @@ This is a list of events that gochan may trigger at some point and can be used i
- Triggered by the `gcsql` package when an upload is attached to a post. It is triggered before the upload is entered in the database
- **message-pre-format**
- Triggered when an incoming post or post edit is about to be formatted
- Triggered when an incoming post or post edit is about to be formatted, event data includes the post object and the HTTP request
- **shutdown**
- Triggered when gochan is about to shut down, in `main()` as a deferred call