forked-synapse/synapse/push
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
..
__init__.py Remove code that's now been obsoleted or moved elsewhere 2016-04-07 16:31:38 +01:00
action_generator.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
baserules.py Incorporate review 2020-08-06 10:52:26 +01:00
bulk_push_rule_evaluator.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
clientformat.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
emailpusher.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
httppusher.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
mailer.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
presentable_names.py Convert push to async/await. (#7948) 2020-07-27 12:21:34 -04:00
push_rule_evaluator.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
push_tools.py Unread counts fixes (#8254) 2020-09-04 14:14:22 +01:00
pusher.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
pusherpool.py Convert push to async/await. (#7948) 2020-07-27 12:21:34 -04:00
rulekinds.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00