summary refs log tree commit diff
path: root/changelog.d/13174.bugfix
diff options
context:
space:
mode:
authorSean Quah <seanq@matrix.org>2022-07-12 11:26:25 +0100
committerSean Quah <seanq@matrix.org>2022-07-12 11:26:25 +0100
commit6173d585df189a763256ed6dc4fcfb5aa26e5e5c (patch)
tree8d33004337fd5f308e7f2c2b2b829e8070394bf3 /changelog.d/13174.bugfix
parentDon't pull out the full state when calculating push actions (#13078) (diff)
downloadsynapse-6173d585df189a763256ed6dc4fcfb5aa26e5e5c.tar.xz
1.63.0rc1
Diffstat (limited to 'changelog.d/13174.bugfix')
-rw-r--r--changelog.d/13174.bugfix1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/13174.bugfix b/changelog.d/13174.bugfix
deleted file mode 100644
index b17935b93f..0000000000
--- a/changelog.d/13174.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Make use of the more robust `get_current_state` in `_get_state_map_for_room` to avoid breakages.