diff options
author | reivilibre <oliverw@matrix.org> | 2022-08-17 18:08:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 18:08:23 +0000 |
commit | 8bdf2bd31ef003f0e89a588d8977d4f689ef6856 (patch) | |
tree | f8f7e3343dfad7d041dd282ad3e0a7712b90b2e0 /changelog.d | |
parent | A first pass at pruning the Synapse README (#13491) (diff) | |
download | synapse-8bdf2bd31ef003f0e89a588d8977d4f689ef6856.tar.xz |
Fix a bug in the `/event_reports` Admin API which meant that the total count could be larger than the number of results you can actually query for. (#13525)
Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13525.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13525.bugfix b/changelog.d/13525.bugfix new file mode 100644 index 0000000000..dbd1adbc88 --- /dev/null +++ b/changelog.d/13525.bugfix @@ -0,0 +1 @@ +Fix a bug in the `/event_reports` Admin API which meant that the total count could be larger than the number of results you can actually query for. \ No newline at end of file |