diff options
| author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-02-24 17:20:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-24 17:20:44 +0000 |
| commit | 691659568fa57f6afd9918886efc72b9e7081d8f (patch) | |
| tree | efae22a38e20e03ee77e56127c3ffda6fbd11dd3 | |
| parent | Upsert room version when we join over federation (#6968) (diff) | |
| download | synapse-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 '')
| -rw-r--r-- | changelog.d/6979.misc | 1 | ||||
| -rw-r--r-- | synapse/handlers/federation.py | 23 |
2 files changed, 1 insertions, 23 deletions
diff --git a/changelog.d/6979.misc b/changelog.d/6979.misc new file mode 100644 |
