Balrog
Balrog
Right now there's no way to view reports from the frontend. Even a really barebones page would be better than having to manually check the database from a CLI which...
A feature I'd like is a configurable minimum age threshold that posts have to surpass before being archived. Setting this to something like 6 hours would essentially remove the need...
Thumbnails are hardcoded to end in `.jpg` but the code for banning images tries to use the source file's extension for the thumbnail's path too.
### Version 1.30.0 ### What happened? The included schema and query generates a function with this signature: `func (q *Queries) ListAttachmentsByReplySlice(ctx context.Context) ([]ListAttachmentsByReplySliceRow, error)` This is pretty useless as I...