forked-synapse/synapse/storage/databases
Brendan Abolivier 041ee971c9
Unread counts fixes (#8254)
* 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
2020-09-04 14:14:22 +01:00
..
main Unread counts fixes (#8254) 2020-09-04 14:14:22 +01:00
state Convert state and stream stores and related code to async (#8194) 2020-08-28 09:37:55 -04:00
__init__.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00