diff options
author | reivilibre <oliverw@matrix.org> | 2023-01-11 12:29:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 12:29:13 +0000 |
commit | d6bda5adddd863409961dbafcd018356c213610e (patch) | |
tree | 08ccd8040985ec2a78a5541118ecdcce7d4a302f /changelog.d | |
parent | Add listener `health` (#14747) (diff) | |
download | synapse-d6bda5adddd863409961dbafcd018356c213610e.tar.xz |
Add index to improve performance of the `/timestamp_to_event` endpoint used for jumping to a specific date in the timeline of a room. (#14799)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14799.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14799.bugfix b/changelog.d/14799.bugfix new file mode 100644 index 0000000000..dc867bd93a --- /dev/null +++ b/changelog.d/14799.bugfix @@ -0,0 +1 @@ +Add index to improve performance of the `/timestamp_to_event` endpoint used for jumping to a specific date in the timeline of a room. \ No newline at end of file |