Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-03-25 | Fix bug where read-receipts lost their timestamps (#4927) | Richard van der Hoff | 8 | -12/+179 | |
Make sure that they are sent correctly over the replication stream. Fixes: #4898 | |||||
2019-03-25 | Use an explicit dbname for postgres connections in the tests. (#4928) | Richard van der Hoff | 2 | -18/+17 | |
I don't have a database with the same name as my user, so leaving the database name unset fails. While we're at it, clear out some unused stuff |