Age | Commit message (Collapse) | Author | Files | Lines |
|
This implements the classic thread ordering expected by most forum
users (i.e. the thread with the most recent post is at the top).
|
|
As a data model simplification, the text of a thread's top post should
simply also go into the posts table.
|
|
Adds columns for author names and emails to both threads and posts.
"Users" don't (yet? who knows!) exist as independent entity in
Converse, they are simply "inferred" via OIDC providers.
|
|
|
|
This makes it possible to query posts by thread via Diesel.
|
|
|