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

Create event for reloading board and section arrays

This commit is contained in:
Eggbertx 2024-03-13 14:58:22 -07:00
parent be3cd50c08
commit 90b98c76de
6 changed files with 20 additions and 8 deletions

View file

@ -115,6 +115,9 @@ This is a list of events that gochan may trigger at some point and can be used i
- **message-pre-format**
- Triggered when an incoming post or post edit is about to be formatted, event data includes the post object and the HTTP request
- **reset-boards-sections**
- Triggered when the boards and sections array needs to be refreshed
- **shutdown**
- Triggered when gochan is about to shut down, in `main()` as a deferred call