- Dec 11, 2019
-
-
Richard van der Hoff authored
PaginationHandler.get_messages is only called by RoomMessageListRestServlet, which is async. Chase the code path down from there: - FederationHandler.maybe_backfill (and nested try_backfill) - FederationHandler.backfill
-
Richard van der Hoff authored
This just makes some of the logging easier to follow when things start going wrong.
-
Erik Johnston authored
Synapse 1.7.0rc2 (2019-12-11) ============================= Bugfixes -------- - Fix incorrect error message for invalid requests when setting user's avatar URL. ([\#6497](https://github.com/matrix-org/synapse/issues/6497)) - Fix support for SQLite 3.7. ([\#6499](https://github.com/matrix-org/synapse/issues/6499)) - Fix regression where sending email push would not work when using a pusher worker. ([\#6507](https://github.com/matrix-org/synapse/issues/6507), [\#6509](https://github.com/matrix-org/synapse/issues/6509))
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Erik Johnston authored
-
Brendan Abolivier authored
Implement v2 APIs for send_join and send_leave
-
Erik Johnston authored
-
Erik Johnston authored
Silence mypy errors for files outside those specified
-
- Dec 10, 2019
-
-
Richard van der Hoff authored
This is a non-functional refactor as a precursor to some other work.
-
Andrew Morgan authored
-
Erik Johnston authored
Phone home stats DB reporting should not assume a single DB.
-
Richard van der Hoff authored
Stop the `update_client_ips` background job from recreating deleted devices.
-
Richard van der Hoff authored
There was a bunch of unnecessary conversion back and forth between dict and list going on here. We can simplify a bunch of the code.
-
Richard van der Hoff authored
-
Erik Johnston authored
Fix `make_deferred_yieldable` to work with coroutines
-
Brendan Abolivier authored
-
Erik Johnston authored
Fix support for SQLite 3.7.
-
Erik Johnston authored
Give the server config to the RoomWorkerStore
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Erik Johnston authored
Remove SnapshotCache in favour of ResponseCache
-
Erik Johnston authored
Make the PusherSlaveStore inherit from the slave RoomStore
-
Erik Johnston authored
-
Erik Johnston authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
So that it has access to the get_retention_policy_for_room function which is required by filter_events_for_client.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Neil Johnson authored
-
- Dec 09, 2019
-
-
Erik Johnston authored
-