Save the count of unread messages to event_push_summary

This commit is contained in:
Brendan Abolivier 2020-06-11 17:58:26 +01:00
parent ea8f6e611b
commit ce74a6685d
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD
3 changed files with 53 additions and 20 deletions

View file

@ -34,7 +34,7 @@ logger = logging.getLogger(__name__)
# XXX: If you're about to bump this to 59 (or higher) please create an update
# that drops the unused `cache_invalidation_stream` table, as per #7436!
# XXX: Also add an update to drop `account_data_max_stream_id` as per #7656!
SCHEMA_VERSION = 58
SCHEMA_VERSION = 59
dir_path = os.path.abspath(os.path.dirname(__file__))