Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-02-24 | Remove redundant store_room call (#6979) | Richard van der Hoff | 2 | -23/+1 | |
`_process_received_pdu` is only called by `on_receive_pdu`, which ignores any events for unknown rooms, so this is redundant. | |||||
2020-02-24 | Upsert room version when we join over federation (#6968) | Richard van der Hoff | 3 | -10/+30 | |
Thi |