Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-09-09 | Update synapse/handlers/e2e_keys.py | Sean Quah | 1 | -3/+0 | |
2022-09-09 | Use an upsert for `receipts_graph`. (#13752) | Patrick Cloke | 2 | -8/+5 | |
Instead of a delete, then insert. This was previously done for `receipts_linearized` in 2dc430d36ef793b38d6d79ec8db4ea60588df2ee (#7607). | |||||
2022-09-09 | Add rust to CI (#13763) | Erik Johnston | 3 | -1/+84 | |
2022-09-09 | Require SQLite >= 3.27.0 (#13760) | David Robertson | 9 | -208/+106 | |
2022-09-08 | Re-type hint some collections in `/sync` code as read-only (#13754) | Sean Quah | 2 | -10/+11 | |
Signed-off-by: Sean Quah <seanq@matrix.org> | |||||
2022-09-08 | Remove unused Prometheus recording rules from `synapse-v2.rules` and add ↵ | reivilibre | 2 | -23/+9 | |
comments describing where the rest are used. (#13756) | |||||
2022-09-08 | Add timestamp to user's consent (#13741) | Dirk Klimpel | 7 | -8/+52 | |
Co-authored-by: reivilibre <olivier@librepush.net> | |||||
2022-09-08 | Update docstrings to explain the impact of partial state (#13750) | Sean Quah | 2 | -1/+17 | |
Update the docstrings for `get_users_in_room` and `get_current_hosts_in_room` to explain the impact of partial state. Signed-off-by: Sean Quah <seanq@matrix.org> | |||||
2022-09-08 | Avoid raising errors due to malformed IDs in `get_current_hosts_in_room` ↵ | Sean Quah | 2 | -1/+5 | |
(#13748) Handle malformed user IDs with no colons in `get_current_hosts_in_room`. It's not currently possible for a malformed user ID to join a room, so this error would never be hit. Signed-off-by: Sean Quah <seanq@matrix.org> | <