diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-03-25 16:38:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-25 16:38:05 +0000 |
commit | 9bde730ef821a20f6a785813b19953a9ba187ce7 (patch) | |
tree | 6b86286e597c30f73665326d08c9761add0f5978 /synapse/storage | |
parent | Use an explicit dbname for postgres connections in the tests. (#4928) (diff) | |
download | synapse-9bde730ef821a20f6a785813b19953a9ba187ce7.tar.xz |
Fix bug where read-receipts lost their timestamps (#4927)
Make sure that they are sent correctly over the replication stream. Fixes: #4898
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/receipts.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/synapse/storage/receipts.py b/synapse/storage/receipts.py |