diff options
author | Erik Johnston <erik@matrix.org> | 2019-12-10 16:31:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-10 16:31:24 +0000 |
commit | b2dcddc4135b067b1ff37d65b18256ba294e462d (patch) | |
tree | 469ce283586e696cddf679735bdc7ea74d33b806 /changelog.d | |
parent | Fix race which caused deleted devices to reappear (#6514) (diff) | |
parent | Newsfile (diff) | |
download | synapse-b2dcddc4135b067b1ff37d65b18256ba294e462d.tar.xz |
Merge pull request #6510 from matrix-org/erikj/phone_home_stats_db
Phone home stats DB reporting should not assume a single DB.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6510.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6510.misc b/changelog.d/6510.misc new file mode 100644 index 0000000000..214f06539b --- /dev/null +++ b/changelog.d/6510.misc @@ -0,0 +1 @@ +Change phone home stats to not assume there is a single database and report information about the database used by the main data store. |