- Sep 16, 2020
-
-
Patrick Cloke authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
This fixes #8319.
- Sep 11, 2020
-
-
Patrick Cloke authored
- Sep 10, 2020
-
-
Patrick Cloke authored
-
Andrew Morgan authored
-
- Sep 09, 2020
-
- Sep 08, 2020
-
-
Brendan Abolivier authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Sep 07, 2020
-
-
Brendan Abolivier authored
-
Richard van der Hoff authored
This takes about 10 seconds in the best case; often more.
-
Brendan Abolivier authored
Fix unread counts making sync fail if the value of the `unread_count` column in `event_push_summary` is `None`.
-
Richard van der Hoff authored
I'm hoping this will provide some pointers for debugging https://github.com/matrix-org/synapse/issues/7968.
-
Richard van der Hoff authored
-
- Sep 04, 2020
-
-
Richard van der Hoff authored
All the callers want this info in the same place, so let's reduce the duplication by doing it here.
-
Brendan Abolivier authored
* Fixup `ALTER TABLE` database queries Make the new columns nullable, because doing otherwise can wedge a server with a big database, as setting a default value rewrites the table. * Switch back to using the notifications count in the push badge Clients are likely to be confused if we send a push but the badge count is the unread messages one, and not the notifications one. * Changelog
-
Patrick Cloke authored
Regressed in #8037.
-
reivilibre authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
Patrick Cloke authored
-
Brendan Abolivier authored
* Revert "Add experimental support for sharding event persister. (#8170)" This reverts commit 82c1ee1c. * Changelog
-
- Sep 03, 2020
-
-
Erik Johnston authored
-
reivilibre authored
Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Richard van der Hoff authored
I think this is simpler (and moves stuff out of the db threads)
-
Erik Johnston authored
This requires adding a mypy plugin to fiddle with the type signatures a bit.
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Erik Johnston authored
-
Richard van der Hoff authored
We have three things which all call `_get_e2e_device_keys_and_signatures_txn` with their own `runInteraction`. Factor out the common code.
-
- Sep 02, 2020
-
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Erik Johnston authored
-
Brendan Abolivier authored
-