-
- Downloads
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
Showing
- changelog.d/8254.feature 1 addition, 0 deletionschangelog.d/8254.feature
- synapse/push/push_tools.py 1 addition, 1 deletionsynapse/push/push_tools.py
- synapse/storage/databases/main/schema/delta/58/15unread_count.sql 3 additions, 3 deletions...storage/databases/main/schema/delta/58/15unread_count.sql
Loading
Please register or sign in to comment