diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-03-31 07:13:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 07:13:49 -0400 |
commit | adbf975623c97a3eb4e92167b627dcd987f96119 (patch) | |
tree | 6aafef9a4dc0eac3cdb14e3e8767dacc083e8a00 /changelog.d | |
parent | Remove `dockerfile-pgtests` (#12336) (diff) | |
download | synapse-adbf975623c97a3eb4e92167b627dcd987f96119.tar.xz |
Remove an unnecessary class from the relations code. (#12338)
The PaginationChunk class attempted to bundle some properties together, but really just caused callers to jump through hoops and hid implementation details.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12338.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12338.misc b/changelog.d/12338.misc new file mode 100644 index 0000000000..376089f327 --- /dev/null +++ b/changelog.d/12338.misc @@ -0,0 +1 @@ +Refactor relations code to remove an unnecessary class. |