synapse/changelog.d/6979.misc
Richard van der Hoff 691659568f
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.
2020-02-24 17:20:44 +00:00

2 lines
83 B
Plaintext

Remove redundant `store_room` call from `FederationHandler._process_received_pdu`.