summaryrefslogtreecommitdiff
path: root/.sqlx/query-5c53579fa431b6e184faf94eedb8229360ba78f2607d25e7e2ee5db5c759a5a3.json
Commit message (Collapse)AuthorAge
* Simplify channel IDs in events. Remove redundant ones.Owen Jacobson2024-10-09
|
* Represent channels and messages using a split "History" and "Snapshot" model.Owen Jacobson2024-10-03
This separates the code that figures out what happened to an entity from the code that represents it to a user, and makes it easier to compute a snapshot at a point in time (for things like bootstrap). It also makes the internal logic a bit easier to follow, since it's easier to tell whether you're working with a point in time or with the whole recorded history. This hefty.