summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-02-24 17:20:45 +0000
committerGitHub <noreply@github.com>2020-02-24 17:20:44 +0000
commit691659568fa57f6afd9918886efc72b9e7081d8f (patch)
treeefae22a38e20e03ee77e56127c3ffda6fbd11dd3 /changelog.d
parentUpsert room version when we join over federation (#6968) (diff)
downloadsynapse-691659568fa57f6afd9918886efc72b9e7081d8f.tar.xz
Remove redundant store_room call (#6979)
`_process_received_pdu` is only called by `on_receive_pdu`, which ignores any
events for unknown rooms, so this is redundant.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6979.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6979.misc b/changelog.d/6979.misc
new file mode 100644
index 0000000000..c57b398c2f
--- /dev/null
+++ b/changelog.d/6979.misc
@@ -0,0 +1 @@
+Remove redundant `store_room` call from `FederationHandler._process_received_pdu`.