| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Store `Message` instances using their events. | Owen Jacobson | 2025-08-26 |
| | | | | | I found a test bug! The tests for deleting previously-deleted or previously-expired tests were using the wrong user to try to delete those messages. The tests happened to pass anyways because the message authorship check was done after the message lifecycle check. They would have no longer passed; the tests are fixed to use the sender, instead. | ||
| * | Rename "channel" to "conversation" within the server. | Owen Jacobson | 2025-07-03 |
| I've split this from the schema and API changes because, frankly, it's huge. Annoyingly so. There are no semantic changes in this, it's all symbol changes, but there are a _lot_ of them because the term "channel" leaks all over everything in a service whose primary role is managing messages sent to channels (now, conversations). I found a buggy test while working on this! It's not fixed in this commit, because it felt mean to hide a real change in the middle of this much chaff. | |||
